#FAE8E6

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

Shades of Tutu #FAE8E6

Tints of Tutu #FAE8E6

Color information

#FAE8E6 (or 0xFAE8E6) is unknown color: approx Tutu. HEX triplet: FA, E8 and E6. RGB value is (250,232,230). Sum of RGB (Red+Green+Blue) = 250+232+230=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 232 (91.02% from 255 or 32.58% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8E6 is #051719. Grayscale: #EDEDED. Windows color (decimal): -333594 or 15132922. OLE color: 15132922.

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

Color convert

RGB250232230-
CMYK00.070.080.02
HSL66.67%94.12%-
HSV(B)8%98.04%-
XYZ82.5683.7586.68-
YUV237.15123.96137.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 232 (91.02% from 255) = 32.58%
BLUE value IS 230 (90.23% from 255) = 32.30%
R=35.11%
G=32.58%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023223000.070.080.02666.6794.12
HexFAE8E607826435e
Octal372350346071026103136
Binary111110101110100011100110011110001011010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8E6; }

 p { color: rgb(250,232,230); }

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

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

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

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

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

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

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