#FCB5CE

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

Shades of Cotton Candy #FCB5CE

Tints of Cotton Candy #FCB5CE

Color information

#FCB5CE (or 0xFCB5CE) is unknown color: approx Cotton Candy. HEX triplet: FC, B5 and CE. RGB value is (252,181,206). Sum of RGB (Red+Green+Blue) = 252+181+206=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5CE is #034A31. Grayscale: #CDCDCD. Windows color (decimal): -215602 or 13547004. OLE color: 13547004.

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

Color convert

RGB252181206-
CMYK00.280.180.01
HSL338.87º92.21%84.9%-
HSV(B)338.87º28.17%98.82%-
XYZ67.8158.266.05-
YUV205.08128.52161.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 181 (71.09% from 255) = 28.33%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=39.44%
G=28.33%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218120600.280.180.01338.8792.2184.9
HexFCB5CE01C1211535c55
Octal374265316034221523134125
Binary11111100101101011100111001110010010110101001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5CE; }

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

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

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

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

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

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

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

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