#FAB7C4

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

Shades of Light Pink #FAB7C4

Tints of Light Pink #FAB7C4

Color information

#FAB7C4 (or 0xFAB7C4) is unknown color: approx Light Pink. HEX triplet: FA, B7 and C4. RGB value is (250,183,196). Sum of RGB (Red+Green+Blue) = 250+183+196=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7C4 is #05483B. Grayscale: #CCCCCC. Windows color (decimal): -346172 or 12892154. OLE color: 12892154.

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

Color convert

RGB250183196-
CMYK00.270.220.02
HSL348.36º87.01%84.9%-
HSV(B)348.36º26.8%98.04%-
XYZ66.3258.1859.96-
YUV204.52123.2160.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 183 (71.88% from 255) = 29.09%
BLUE value IS 196 (76.95% from 255) = 31.16%
R=39.75%
G=29.09%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018319600.270.220.02348.3687.0184.9
HexFAB7C401B16215c5755
Octal372267304033262534127125
Binary111110101011011111000100011011101101010101110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7C4; }

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

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

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

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

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

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

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

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