#FCB5D4

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

Shades of Cotton Candy #FCB5D4

Tints of Cotton Candy #FCB5D4

Color information

#FCB5D4 (or 0xFCB5D4) is unknown color: approx Cotton Candy. HEX triplet: FC, B5 and D4. RGB value is (252,181,212). Sum of RGB (Red+Green+Blue) = 252+181+212=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5D4 is #034A2B. Grayscale: #CDCDCD. Windows color (decimal): -215596 or 13940220. OLE color: 13940220.

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

Color convert

RGB252181212-
CMYK00.280.160.01
HSL333.8º92.21%84.9%-
HSV(B)333.8º28.17%98.82%-
XYZ68.5558.569.97-
YUV205.76131.52160.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 181 (71.09% from 255) = 28.06%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=39.07%
G=28.06%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218121200.280.160.01333.892.2184.9
HexFCB5D401C10114e5c55
Octal374265324034201516134125
Binary11111100101101011101010001110010000110100111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5D4; }

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

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

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

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

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

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

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

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