#FDEBEA

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

Shades of Tutu #FDEBEA

Tints of Tutu #FDEBEA

Color information

#FDEBEA (or 0xFDEBEA) is unknown color: approx Tutu. HEX triplet: FD, EB and EA. RGB value is (253,235,234). Sum of RGB (Red+Green+Blue) = 253+235+234=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBEA is #021415. Grayscale: #F0F0F0. Windows color (decimal): -136214 or 15395837. OLE color: 15395837.

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

Color convert

RGB253235234-
CMYK00.070.080.01
HSL3.16º82.61%95.49%-
HSV(B)3.16º7.51%99.22%-
XYZ85.0786.2490-
YUV240.27124.46137.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.04%
GREEN value IS 235 (92.19% from 255) = 32.55%
BLUE value IS 234 (91.80% from 255) = 32.41%
R=35.04%
G=32.55%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323523400.070.080.013.1682.6195.49
HexFDEBEA07813535f
Octal375353352071013123137
Binary1111110111101011111010100111100011110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBEA; }

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

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

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

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

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

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

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

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