#FABCCB

Color #FABCCB Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FABCCB

Tints of Pink #FABCCB

Color information

#FABCCB (or 0xFABCCB) is unknown color: approx Pink. HEX triplet: FA, BC and CB. RGB value is (250,188,203). Sum of RGB (Red+Green+Blue) = 250+188+203=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCCB is #054334. Grayscale: #D0D0D0. Windows color (decimal): -344885 or 13352186. OLE color: 13352186.

HSL color Cylindrical-coordinate representation of color #FABCCB: hue angle of 345.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCCB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250188203-
CMYK00.250.190.02
HSL345.48º86.11%85.88%-
HSV(B)345.48º24.8%98.04%-
XYZ68.1960.664.6-
YUV208.25125.04157.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=39.00%
G=29.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018820300.250.190.02345.4886.1185.88
HexFABCCB0191321595656
Octal372274313031232531126126
Binary111110101011110011001011011001100111010101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCCB; }

 p { color: rgb(250,188,203); }

 H1.HeaderClassName
 {
   color: #FABCCB;
 }
 .AnyTagClassName
 {
   color: #FABCCB;
 }
</style>
background-color css

<style>
 a { background-color: #FABCCB; }

 a { background-color: rgb(250,188,203); }

 div.DivClassName
 {
   background-color: #FABCCB;
 }
 .BgClassName
 {
   background-color: #FABCCB;
 }
</style>
border-color css

<style>
 span { border-color: #FABCCB; }

 span { border-color: rgb(250,188,203); }

 td.TdClassName
 {
   border-color: #FABCCB;
 }
 .TagClassName
 {
   border-color: #FABCCB;
 }
</style>