#FAB8C0

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

Shades of Light Pink #FAB8C0

Tints of Light Pink #FAB8C0

Color information

#FAB8C0 (or 0xFAB8C0) is unknown color: approx Light Pink. HEX triplet: FA, B8 and C0. RGB value is (250,184,192). Sum of RGB (Red+Green+Blue) = 250+184+192=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8C0 is #05473F. Grayscale: #CCCCCC. Windows color (decimal): -345920 or 12630266. OLE color: 12630266.

HSL color Cylindrical-coordinate representation of color #FAB8C0: hue angle of 352.73º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB8C0 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250184192-
CMYK00.260.230.02
HSL352.73º86.84%85.1%-
HSV(B)352.73º26.4%98.04%-
XYZ66.0858.4157.66-
YUV204.65120.87160.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 184 (72.27% from 255) = 29.39%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=39.94%
G=29.39%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018419200.260.230.02352.7386.8485.1
HexFAB8C001A1721615755
Octal372270300032272541127125
Binary111110101011100011000000011010101111010110000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8C0; }

 p { color: rgb(250,184,192); }

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

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

 a { background-color: rgb(250,184,192); }

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

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

 span { border-color: rgb(250,184,192); }

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