#FAB8CA

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

Shades of Cupid #FAB8CA

Tints of Cupid #FAB8CA

Color information

#FAB8CA (or 0xFAB8CA) is unknown color: approx Cupid. HEX triplet: FA, B8 and CA. RGB value is (250,184,202). Sum of RGB (Red+Green+Blue) = 250+184+202=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8CA is #054735. Grayscale: #CDCDCD. Windows color (decimal): -345910 or 13285626. OLE color: 13285626.

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

Color convert

RGB250184202-
CMYK00.260.190.02
HSL343.64º86.84%85.1%-
HSV(B)343.64º26.4%98.04%-
XYZ67.2358.8763.7-
YUV205.79125.87159.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 184 (72.27% from 255) = 28.93%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=39.31%
G=28.93%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018420200.260.190.02343.6486.8485.1
HexFAB8CA01A1321585755
Octal372270312032232530127125
Binary111110101011100011001010011010100111010101100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8CA; }

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

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

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

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

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

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

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

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