#FDB5E0

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

Shades of Cotton Candy #FDB5E0

Tints of Cotton Candy #FDB5E0

Color information

#FDB5E0 (or 0xFDB5E0) is unknown color: approx Cotton Candy. HEX triplet: FD, B5 and E0. RGB value is (253,181,224). Sum of RGB (Red+Green+Blue) = 253+181+224=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 181 (71.09% from 255 or 27.51% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5E0 is #024A1F. Grayscale: #CFCFCF. Windows color (decimal): -150048 or 14726653. OLE color: 14726653.

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

Color convert

RGB253181224-
CMYK00.280.110.01
HSL324.17º94.74%85.1%-
HSV(B)324.17º28.46%99.22%-
XYZ70.4959.3178.25-
YUV207.43137.35160.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 181 (71.09% from 255) = 27.51%
BLUE value IS 224 (87.89% from 255) = 34.04%
R=38.45%
G=27.51%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318122400.280.110.01324.1794.7485.1
HexFDB5E001CB11445f55
Octal375265340034131504137125
Binary1111110110110101111000000111001011110100010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5E0; }

 p { color: rgb(253,181,224); }

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

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

 a { background-color: rgb(253,181,224); }

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

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

 span { border-color: rgb(253,181,224); }

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