#FCB0CA

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

Shades of Cupid #FCB0CA

Tints of Cupid #FCB0CA

Color information

#FCB0CA (or 0xFCB0CA) is unknown color: approx Cupid. HEX triplet: FC, B0 and CA. RGB value is (252,176,202). Sum of RGB (Red+Green+Blue) = 252+176+202=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0CA is #034F35. Grayscale: #C9C9C9. Windows color (decimal): -216886 or 13283580. OLE color: 13283580.

HSL color Cylindrical-coordinate representation of color #FCB0CA: hue angle of 339.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0CA is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252176202-
CMYK00.300.200.01
HSL339.47º92.68%83.92%-
HSV(B)339.47º30.16%98.82%-
XYZ66.3356.0163.19-
YUV201.69128.18163.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=40%
G=27.94%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217620200.300.200.01339.4792.6883.92
HexFCB0CA01E1411535d54
Octal374260312036241523135124
Binary11111100101100001100101001111010100110101001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0CA; }

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

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

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

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

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

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

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

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