#FCB5D8

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

Shades of Cotton Candy #FCB5D8

Tints of Cotton Candy #FCB5D8

Color information

#FCB5D8 (or 0xFCB5D8) is unknown color: approx Cotton Candy. HEX triplet: FC, B5 and D8. RGB value is (252,181,216). Sum of RGB (Red+Green+Blue) = 252+181+216=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 181 (71.09% from 255 or 27.89% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5D8 is #034A27. Grayscale: #CECECE. Windows color (decimal): -215592 or 14202364. OLE color: 14202364.

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

Color convert

RGB252181216-
CMYK00.280.140.01
HSL330.42º92.21%84.9%-
HSV(B)330.42º28.17%98.82%-
XYZ69.0658.772.66-
YUV206.22133.52160.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 181 (71.09% from 255) = 27.89%
BLUE value IS 216 (84.77% from 255) = 33.28%
R=38.83%
G=27.89%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218121600.280.140.01330.4292.2184.9
HexFCB5D801CE114a5c55
Octal374265330034161512134125
Binary1111110010110101110110000111001110110100101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5D8; }

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

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

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

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

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

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

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

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