#F2E5E4

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

Shades of Tutu #F2E5E4

Tints of Tutu #F2E5E4

Color information

#F2E5E4 (or 0xF2E5E4) is unknown color: approx Tutu. HEX triplet: F2, E5 and E4. RGB value is (242,229,228). Sum of RGB (Red+Green+Blue) = 242+229+228=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5E4 is #0D1A1B. Grayscale: #E8E8E8. Windows color (decimal): -858652 or 15001074. OLE color: 15001074.

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

Color convert

RGB242229228-
CMYK00.050.060.05
HSL4.29º35%92.16%-
HSV(B)4.29º5.79%94.9%-
XYZ78.6480.5284.8-
YUV232.77125.31134.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 229 (89.84% from 255) = 32.76%
BLUE value IS 228 (89.45% from 255) = 32.62%
R=34.62%
G=32.76%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222922800.050.060.054.293592.16
HexF2E5E405654235c
Octal3623453440565443134
Binary11110010111001011110010001011101011001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5E4; }

 p { color: rgb(242,229,228); }

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

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

 a { background-color: rgb(242,229,228); }

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

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

 span { border-color: rgb(242,229,228); }

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