#FABFCB

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

Shades of Pink #FABFCB

Tints of Pink #FABFCB

Color information

#FABFCB (or 0xFABFCB) is unknown color: approx Pink. HEX triplet: FA, BF and CB. RGB value is (250,191,203). Sum of RGB (Red+Green+Blue) = 250+191+203=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFCB is #054034. Grayscale: #D2D2D2. Windows color (decimal): -344117 or 13352954. OLE color: 13352954.

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

Color convert

RGB250191203-
CMYK00.240.190.02
HSL347.8º85.51%86.47%-
HSV(B)347.8º23.6%98.04%-
XYZ68.8361.964.82-
YUV210.01124.05156.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=38.82%
G=29.66%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019120300.240.190.02347.885.5186.47
HexFABFCB01813215c5656
Octal372277313030232534126126
Binary111110101011111111001011011000100111010101110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFCB; }

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

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

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

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

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

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

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

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