#FCB5D2

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

Shades of Cotton Candy #FCB5D2

Tints of Cotton Candy #FCB5D2

Color information

#FCB5D2 (or 0xFCB5D2) is unknown color: approx Cotton Candy. HEX triplet: FC, B5 and D2. RGB value is (252,181,210). Sum of RGB (Red+Green+Blue) = 252+181+210=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5D2 is #034A2D. Grayscale: #CDCDCD. Windows color (decimal): -215598 or 13809148. OLE color: 13809148.

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

Color convert

RGB252181210-
CMYK00.280.170.01
HSL335.49º92.21%84.9%-
HSV(B)335.49º28.17%98.82%-
XYZ68.358.468.64-
YUV205.54130.52161.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=39.19%
G=28.15%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218121000.280.170.01335.4992.2184.9
HexFCB5D201C11114f5c55
Octal374265322034211517134125
Binary11111100101101011101001001110010001110100111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5D2; }

 p { color: rgb(252,181,210); }

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

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

 a { background-color: rgb(252,181,210); }

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

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

 span { border-color: rgb(252,181,210); }

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