#FAEBE9

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

Shades of Tutu #FAEBE9

Tints of Tutu #FAEBE9

Color information

#FAEBE9 (or 0xFAEBE9) is unknown color: approx Tutu. HEX triplet: FA, EB and E9. RGB value is (250,235,233). Sum of RGB (Red+Green+Blue) = 250+235+233=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 233 (91.41% from 255 or 32.45% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBE9 is #051416. Grayscale: #EFEFEF. Windows color (decimal): -332823 or 15330298. OLE color: 15330298.

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

Color convert

RGB250235233-
CMYK00.060.070.02
HSL7.06º62.96%94.71%-
HSV(B)7.06º6.8%98.04%-
XYZ83.8485.6289.2-
YUV239.26124.47135.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 235 (92.19% from 255) = 32.73%
BLUE value IS 233 (91.41% from 255) = 32.45%
R=34.82%
G=32.73%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023523300.060.070.027.0662.9694.71
HexFAEBE9067273f5f
Octal3723533510672777137
Binary1111101011101011111010010110111101111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBE9; }

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

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

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

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

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

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

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

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