#FCB4CA

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

Shades of Cupid #FCB4CA

Tints of Cupid #FCB4CA

Color information

#FCB4CA (or 0xFCB4CA) is unknown color: approx Cupid. HEX triplet: FC, B4 and CA. RGB value is (252,180,202). Sum of RGB (Red+Green+Blue) = 252+180+202=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4CA is #034B35. Grayscale: #CCCCCC. Windows color (decimal): -215862 or 13284604. OLE color: 13284604.

HSL color Cylindrical-coordinate representation of color #FCB4CA: hue angle of 341.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB4CA is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252180202-
CMYK00.290.200.01
HSL341.67º92.31%84.71%-
HSV(B)341.67º28.57%98.82%-
XYZ67.1357.663.46-
YUV204.04126.85162.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 180 (70.70% from 255) = 28.39%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=39.75%
G=28.39%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218020200.290.200.01341.6792.3184.71
HexFCB4CA01D1411565c55
Octal374264312035241526134125
Binary11111100101101001100101001110110100110101011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4CA; }

 p { color: rgb(252,180,202); }

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

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

 a { background-color: rgb(252,180,202); }

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

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

 span { border-color: rgb(252,180,202); }

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