#FAB6CA

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

Shades of Cupid #FAB6CA

Tints of Cupid #FAB6CA

Color information

#FAB6CA (or 0xFAB6CA) is unknown color: approx Cupid. HEX triplet: FA, B6 and CA. RGB value is (250,182,202). Sum of RGB (Red+Green+Blue) = 250+182+202=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6CA is #054935. Grayscale: #CCCCCC. Windows color (decimal): -346422 or 13285114. OLE color: 13285114.

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

Color convert

RGB250182202-
CMYK00.270.190.02
HSL342.35º87.18%84.71%-
HSV(B)342.35º27.2%98.04%-
XYZ66.8158.0463.56-
YUV204.61126.53160.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 182 (71.48% from 255) = 28.71%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=39.43%
G=28.71%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018220200.270.190.02342.3587.1884.71
HexFAB6CA01B1321565755
Octal372266312033232526127125
Binary111110101011011011001010011011100111010101011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6CA; }

 p { color: rgb(250,182,202); }

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

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

 a { background-color: rgb(250,182,202); }

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

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

 span { border-color: rgb(250,182,202); }

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