#FAB9C3

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

Shades of Light Pink #FAB9C3

Tints of Light Pink #FAB9C3

Color information

#FAB9C3 (or 0xFAB9C3) is unknown color: approx Light Pink. HEX triplet: FA, B9 and C3. RGB value is (250,185,195). Sum of RGB (Red+Green+Blue) = 250+185+195=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9C3 is #05463C. Grayscale: #CDCDCD. Windows color (decimal): -345661 or 12827130. OLE color: 12827130.

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

Color convert

RGB250185195-
CMYK00.260.220.02
HSL350.77º86.67%85.29%-
HSV(B)350.77º26%98.04%-
XYZ66.6258.9659.5-
YUV205.58122.03159.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 185 (72.66% from 255) = 29.37%
BLUE value IS 195 (76.56% from 255) = 30.95%
R=39.68%
G=29.37%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018519500.260.220.02350.7786.6785.29
HexFAB9C301A16215f5755
Octal372271303032262537127125
Binary111110101011100111000011011010101101010101111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9C3; }

 p { color: rgb(250,185,195); }

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

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

 a { background-color: rgb(250,185,195); }

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

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

 span { border-color: rgb(250,185,195); }

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