#FCB3CA

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

Shades of Cupid #FCB3CA

Tints of Cupid #FCB3CA

Color information

#FCB3CA (or 0xFCB3CA) is unknown color: approx Cupid. HEX triplet: FC, B3 and CA. RGB value is (252,179,202). Sum of RGB (Red+Green+Blue) = 252+179+202=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3CA is #034C35. Grayscale: #CBCBCB. Windows color (decimal): -216118 or 13284348. OLE color: 13284348.

HSL color Cylindrical-coordinate representation of color #FCB3CA: hue angle of 341.1º 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 #FCB3CA is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252179202-
CMYK00.290.200.01
HSL341.1º92.41%84.51%-
HSV(B)341.1º28.97%98.82%-
XYZ66.9357.263.39-
YUV203.45127.18162.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 179 (70.31% from 255) = 28.28%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=39.81%
G=28.28%
B=31.91%

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
Decimal25217920200.290.200.01341.192.4184.51
HexFCB3CA01D1411555c55
Octal374263312035241525134125
Binary11111100101100111100101001110110100110101010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3CA; }

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

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

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

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

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

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

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

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