#FABCC9

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

Shades of Pink #FABCC9

Tints of Pink #FABCC9

Color information

#FABCC9 (or 0xFABCC9) is unknown color: approx Pink. HEX triplet: FA, BC and C9. RGB value is (250,188,201). Sum of RGB (Red+Green+Blue) = 250+188+201=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC9 is #054336. Grayscale: #D0D0D0. Windows color (decimal): -344887 or 13221114. OLE color: 13221114.

HSL color Cylindrical-coordinate representation of color #FABCC9: hue angle of 347.42º 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 #FABCC9 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250188201-
CMYK00.250.200.02
HSL347.42º86.11%85.88%-
HSV(B)347.42º24.8%98.04%-
XYZ67.9560.5163.36-
YUV208.02124.04157.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 201 (78.91% from 255) = 31.46%
R=39.12%
G=29.42%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018820100.250.200.02347.4286.1185.88
HexFABCC901914215b5656
Octal372274311031242533126126
Binary111110101011110011001001011001101001010101101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCC9; }

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

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

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

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

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

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

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

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