#FCB8CC

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

Shades of Cupid #FCB8CC

Tints of Cupid #FCB8CC

Color information

#FCB8CC (or 0xFCB8CC) is unknown color: approx Cupid. HEX triplet: FC, B8 and CC. RGB value is (252,184,204). Sum of RGB (Red+Green+Blue) = 252+184+204=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8CC is #034733. Grayscale: #CECECE. Windows color (decimal): -214836 or 13416700. OLE color: 13416700.

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

Color convert

RGB252184204-
CMYK00.270.190.01
HSL342.35º91.89%85.49%-
HSV(B)342.35º26.98%98.82%-
XYZ68.1859.3464.99-
YUV206.61126.53160.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 184 (72.27% from 255) = 28.75%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=39.38%
G=28.75%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218420400.270.190.01342.3591.8985.49
HexFCB8CC01B1311565c55
Octal374270314033231526134125
Binary11111100101110001100110001101110011110101011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8CC; }

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

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

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

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

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

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

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

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