#FAEDEB

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

Shades of Tutu #FAEDEB

Tints of Tutu #FAEDEB

Color information

#FAEDEB (or 0xFAEDEB) is unknown color: approx Tutu. HEX triplet: FA, ED and EB. RGB value is (250,237,235). Sum of RGB (Red+Green+Blue) = 250+237+235=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 235 (92.19% from 255 or 32.55% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDEB is #051214. Grayscale: #F0F0F0. Windows color (decimal): -332309 or 15461882. OLE color: 15461882.

HSL color Cylindrical-coordinate representation of color #FAEDEB: hue angle of 8º degrees, saturation: 0.6, 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 #FAEDEB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250237235-
CMYK00.050.060.02
HSL60%95.1%-
HSV(B)6%98.04%-
XYZ84.786.8990.9-
YUV240.66124.81134.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 235 (92.19% from 255) = 32.55%
R=34.63%
G=32.83%
B=32.55%

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
Decimal25023723500.050.060.0286095.1
HexFAEDEB056283c5f
Octal37235535305621074137
Binary11111010111011011110101101011101010001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDEB; }

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

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

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

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

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

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

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

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