#FAB9C4

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

Shades of Light Pink #FAB9C4

Tints of Light Pink #FAB9C4

Color information

#FAB9C4 (or 0xFAB9C4) is unknown color: approx Light Pink. HEX triplet: FA, B9 and C4. RGB value is (250,185,196). Sum of RGB (Red+Green+Blue) = 250+185+196=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9C4 is #05463B. Grayscale: #CDCDCD. Windows color (decimal): -345660 or 12892666. OLE color: 12892666.

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

Color convert

RGB250185196-
CMYK00.260.220.02
HSL349.85º86.67%85.29%-
HSV(B)349.85º26%98.04%-
XYZ66.7459.0160.1-
YUV205.69122.53159.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 185 (72.66% from 255) = 29.32%
BLUE value IS 196 (76.95% from 255) = 31.06%
R=39.62%
G=29.32%
B=31.06%

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
Decimal25018519600.260.220.02349.8586.6785.29
HexFAB9C401A16215e5755
Octal372271304032262536127125
Binary111110101011100111000100011010101101010101111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9C4; }

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

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

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

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

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

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

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

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