#FABEC7

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

Shades of Pink #FABEC7

Tints of Pink #FABEC7

Color information

#FABEC7 (or 0xFABEC7) is unknown color: approx Pink. HEX triplet: FA, BE and C7. RGB value is (250,190,199). Sum of RGB (Red+Green+Blue) = 250+190+199=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC7 is #054138. Grayscale: #D0D0D0. Windows color (decimal): -344377 or 13090554. OLE color: 13090554.

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

Color convert

RGB250190199-
CMYK00.240.200.02
HSL351º85.71%86.27%-
HSV(B)351º24%98.04%-
XYZ68.1561.2762.27-
YUV208.97122.38157.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=39.12%
G=29.73%
B=31.14%

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
Decimal25019019900.240.200.0235185.7186.27
HexFABEC701814215f5656
Octal372276307030242537126126
Binary111110101011111011000111011000101001010101111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEC7; }

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

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

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

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

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

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

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

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