#FAB5C5

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

Shades of Cupid #FAB5C5

Tints of Cupid #FAB5C5

Color information

#FAB5C5 (or 0xFAB5C5) is unknown color: approx Cupid. HEX triplet: FA, B5 and C5. RGB value is (250,181,197). Sum of RGB (Red+Green+Blue) = 250+181+197=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5C5 is #054A3A. Grayscale: #CBCBCB. Windows color (decimal): -346683 or 12957178. OLE color: 12957178.

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

Color convert

RGB250181197-
CMYK00.280.210.02
HSL346.09º87.34%84.51%-
HSV(B)346.09º27.6%98.04%-
XYZ66.0357.460.42-
YUV203.46124.36161.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 197 (77.34% from 255) = 31.37%
R=39.81%
G=28.82%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018119700.280.210.02346.0987.3484.51
HexFAB5C501C15215a5755
Octal372265305034252532127125
Binary111110101011010111000101011100101011010101101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5C5; }

 p { color: rgb(250,181,197); }

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

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

 a { background-color: rgb(250,181,197); }

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

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

 span { border-color: rgb(250,181,197); }

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