#FAEDEC

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

Shades of Tutu #FAEDEC

Tints of Tutu #FAEDEC

Color information

#FAEDEC (or 0xFAEDEC) is unknown color: approx Tutu. HEX triplet: FA, ED and EC. RGB value is (250,237,236). Sum of RGB (Red+Green+Blue) = 250+237+236=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDEC is #051213. Grayscale: #F0F0F0. Windows color (decimal): -332308 or 15527418. OLE color: 15527418.

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

Color convert

RGB250237236-
CMYK00.050.060.02
HSL4.29º58.33%95.29%-
HSV(B)4.29º5.6%98.04%-
XYZ84.8586.9591.67-
YUV240.77125.31134.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 237 (92.97% from 255) = 32.78%
BLUE value IS 236 (92.58% from 255) = 32.64%
R=34.58%
G=32.78%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023723600.050.060.024.2958.3395.29
HexFAEDEC056243a5f
Octal3723553540562472137
Binary1111101011101101111011000101110101001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDEC; }

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

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

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

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

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

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

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

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