#FCB8CA

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

Shades of Cupid #FCB8CA

Tints of Cupid #FCB8CA

Color information

#FCB8CA (or 0xFCB8CA) is unknown color: approx Cupid. HEX triplet: FC, B8 and CA. RGB value is (252,184,202). Sum of RGB (Red+Green+Blue) = 252+184+202=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8CA is #034735. Grayscale: #CECECE. Windows color (decimal): -214838 or 13285628. OLE color: 13285628.

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

Color convert

RGB252184202-
CMYK00.270.200.01
HSL344.12º91.89%85.49%-
HSV(B)344.12º26.98%98.82%-
XYZ67.9559.2463.73-
YUV206.38125.53160.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 184 (72.27% from 255) = 28.84%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=39.50%
G=28.84%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218420200.270.200.01344.1291.8985.49
HexFCB8CA01B1411585c55
Octal374270312033241530134125
Binary11111100101110001100101001101110100110101100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8CA; }

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

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

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

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

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

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

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

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