#FCB9D9

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

Shades of Cotton Candy #FCB9D9

Tints of Cotton Candy #FCB9D9

Color information

#FCB9D9 (or 0xFCB9D9) is unknown color: approx Cotton Candy. HEX triplet: FC, B9 and D9. RGB value is (252,185,217). Sum of RGB (Red+Green+Blue) = 252+185+217=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9D9 is #034626. Grayscale: #D0D0D0. Windows color (decimal): -214567 or 14268924. OLE color: 14268924.

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

Color convert

RGB252185217-
CMYK00.270.140.01
HSL331.34º91.78%85.69%-
HSV(B)331.34º26.59%98.82%-
XYZ70.0260.473.61-
YUV208.68132.7158.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 185 (72.66% from 255) = 28.29%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=38.53%
G=28.29%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218521700.270.140.01331.3491.7885.69
HexFCB9D901BE114b5c56
Octal374271331033161513134126
Binary1111110010111001110110010110111110110100101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9D9; }

 p { color: rgb(252,185,217); }

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

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

 a { background-color: rgb(252,185,217); }

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

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

 span { border-color: rgb(252,185,217); }

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