#FADEDE

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

Shades of Tutu #FADEDE

Tints of Tutu #FADEDE

Color information

#FADEDE (or 0xFADEDE) is unknown color: approx Tutu. HEX triplet: FA, DE and DE. RGB value is (250,222,222). Sum of RGB (Red+Green+Blue) = 250+222+222=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEDE is #052121. Grayscale: #E6E6E6. Windows color (decimal): -336162 or 14606074. OLE color: 14606074.

HSL color Cylindrical-coordinate representation of color #FADEDE: hue angle of 0º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEDE is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250222222-
CMYK00.110.110.02
HSL73.68%92.55%-
HSV(B)11.2%98.04%-
XYZ78.7377.8479.98-
YUV230.37123.28142-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 222 (87.11% from 255) = 31.99%
R=36.02%
G=31.99%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022222200.110.110.02073.6892.55
HexFADEDE0BB204a5d
Octal3723363360131320112135
Binary11111010110111101101111001011101110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEDE; }

 p { color: rgb(250,222,222); }

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

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

 a { background-color: rgb(250,222,222); }

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

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

 span { border-color: rgb(250,222,222); }

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