#FABEC8

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

Shades of Pink #FABEC8

Tints of Pink #FABEC8

Color information

#FABEC8 (or 0xFABEC8) is unknown color: approx Pink. HEX triplet: FA, BE and C8. RGB value is (250,190,200). Sum of RGB (Red+Green+Blue) = 250+190+200=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC8 is #054137. Grayscale: #D1D1D1. Windows color (decimal): -344376 or 13156090. OLE color: 13156090.

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

Color convert

RGB250190200-
CMYK00.240.20.02
HSL350º85.71%86.27%-
HSV(B)350º24%98.04%-
XYZ68.2661.3262.88-
YUV209.08122.88157.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=39.06%
G=29.69%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019020000.240.20.0235085.7186.27
HexFABEC801814215e5656
Octal372276310030242536126126
Binary111110101011111011001000011000101001010101111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEC8; }

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

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

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

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

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

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

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

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