#FDEAE9

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

Shades of Tutu #FDEAE9

Tints of Tutu #FDEAE9

Color information

#FDEAE9 (or 0xFDEAE9) is unknown color: approx Tutu. HEX triplet: FD, EA and E9. RGB value is (253,234,233). Sum of RGB (Red+Green+Blue) = 253+234+233=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 233 (91.41% from 255 or 32.36% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAE9 is #021516. Grayscale: #EFEFEF. Windows color (decimal): -136471 or 15330045. OLE color: 15330045.

HSL color Cylindrical-coordinate representation of color #FDEAE9: hue angle of 3º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEAE9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253234233-
CMYK00.080.080.01
HSL83.33%95.29%-
HSV(B)7.91%99.22%-
XYZ84.6485.6189.15-
YUV239.57124.29137.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.14%
GREEN value IS 234 (91.80% from 255) = 32.5%
BLUE value IS 233 (91.41% from 255) = 32.36%
R=35.14%
G=32.5%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323423300.080.080.01383.3395.29
HexFDEAE908813535f
Octal3753523510101013123137
Binary11111101111010101110100101000100011110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAE9; }

 p { color: rgb(253,234,233); }

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

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

 a { background-color: rgb(253,234,233); }

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

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

 span { border-color: rgb(253,234,233); }

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