#FCB5DD

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

Shades of Cotton Candy #FCB5DD

Tints of Cotton Candy #FCB5DD

Color information

#FCB5DD (or 0xFCB5DD) is unknown color: approx Cotton Candy. HEX triplet: FC, B5 and DD. RGB value is (252,181,221). Sum of RGB (Red+Green+Blue) = 252+181+221=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5DD is #034A22. Grayscale: #CECECE. Windows color (decimal): -215587 or 14530044. OLE color: 14530044.

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

Color convert

RGB252181221-
CMYK00.280.120.01
HSL326.2º92.21%84.9%-
HSV(B)326.2º28.17%98.82%-
XYZ69.7258.9676.11-
YUV206.79136.02160.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 181 (71.09% from 255) = 27.68%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=38.53%
G=27.68%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218122100.280.120.01326.292.2184.9
HexFCB5DD01CC11465c55
Octal374265335034141506134125
Binary1111110010110101110111010111001100110100011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5DD; }

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

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

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

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

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

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

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

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