#FDBEE0

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

Shades of Cotton Candy #FDBEE0

Tints of Cotton Candy #FDBEE0

Color information

#FDBEE0 (or 0xFDBEE0) is unknown color: approx Cotton Candy. HEX triplet: FD, BE and E0. RGB value is (253,190,224). Sum of RGB (Red+Green+Blue) = 253+190+224=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEE0 is #02411F. Grayscale: #D4D4D4. Windows color (decimal): -147744 or 14728957. OLE color: 14728957.

HSL color Cylindrical-coordinate representation of color #FDBEE0: hue angle of 327.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEE0 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253190224-
CMYK00.250.110.01
HSL327.62º94.03%86.86%-
HSV(B)327.62º24.9%99.22%-
XYZ72.3863.0978.88-
YUV212.71134.37156.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 190 (74.61% from 255) = 28.49%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=37.93%
G=28.49%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319022400.250.110.01327.6294.0386.86
HexFDBEE0019B11485e57
Octal375276340031131510136127
Binary1111110110111110111000000110011011110100100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEE0; }

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

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

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

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

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

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

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

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