#FCB6CC

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

Shades of Cupid #FCB6CC

Tints of Cupid #FCB6CC

Color information

#FCB6CC (or 0xFCB6CC) is unknown color: approx Cupid. HEX triplet: FC, B6 and CC. RGB value is (252,182,204). Sum of RGB (Red+Green+Blue) = 252+182+204=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CC is #034933. Grayscale: #CDCDCD. Windows color (decimal): -215348 or 13416188. OLE color: 13416188.

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

Color convert

RGB252182204-
CMYK00.280.190.01
HSL341.14º92.11%85.1%-
HSV(B)341.14º27.78%98.82%-
XYZ67.7758.5164.85-
YUV205.44127.19161.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=39.50%
G=28.53%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218220400.280.190.01341.1492.1185.1
HexFCB6CC01C1311555c55
Octal374266314034231525134125
Binary11111100101101101100110001110010011110101010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB6CC; }

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

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

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

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

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

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

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

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