#FABEC9

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

Shades of Pink #FABEC9

Tints of Pink #FABEC9

Color information

#FABEC9 (or 0xFABEC9) is unknown color: approx Pink. HEX triplet: FA, BE and C9. RGB value is (250,190,201). Sum of RGB (Red+Green+Blue) = 250+190+201=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC9 is #054136. Grayscale: #D1D1D1. Windows color (decimal): -344375 or 13221626. OLE color: 13221626.

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

Color convert

RGB250190201-
CMYK00.240.200.02
HSL349º85.71%86.27%-
HSV(B)349º24%98.04%-
XYZ68.3861.3763.5-
YUV209.19123.38157.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=39.00%
G=29.64%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019020100.240.200.0234985.7186.27
HexFABEC901814215d5656
Octal372276311030242535126126
Binary111110101011111011001001011000101001010101110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEC9; }

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

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

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

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

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

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

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

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