#FDEDEC

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

Shades of Tutu #FDEDEC

Tints of Tutu #FDEDEC

Color information

#FDEDEC (or 0xFDEDEC) is unknown color: approx Tutu. HEX triplet: FD, ED and EC. RGB value is (253,237,236). Sum of RGB (Red+Green+Blue) = 253+237+236=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDEC is #021213. Grayscale: #F1F1F1. Windows color (decimal): -135700 or 15527421. OLE color: 15527421.

HSL color Cylindrical-coordinate representation of color #FDEDEC: hue angle of 3.53º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEDEC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253237236-
CMYK00.060.070.01
HSL3.53º80.95%95.88%-
HSV(B)3.53º6.72%99.22%-
XYZ85.9387.5191.72-
YUV241.67124.8136.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.85%
GREEN value IS 237 (92.97% from 255) = 32.64%
BLUE value IS 236 (92.58% from 255) = 32.51%
R=34.85%
G=32.64%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323723600.060.070.013.5380.9595.88
HexFDEDEC067145160
Octal37535535406714121140
Binary1111110111101101111011000110111110010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDEC; }

 p { color: rgb(253,237,236); }

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

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

 a { background-color: rgb(253,237,236); }

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

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

 span { border-color: rgb(253,237,236); }

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