#F5EDEC

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

Shades of Tutu #F5EDEC

Tints of Tutu #F5EDEC

Color information

#F5EDEC (or 0xF5EDEC) is unknown color: approx Tutu. HEX triplet: F5, ED and EC. RGB value is (245,237,236). Sum of RGB (Red+Green+Blue) = 245+237+236=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDEC is #0A1213. Grayscale: #EFEFEF. Windows color (decimal): -659988 or 15527413. OLE color: 15527413.

HSL color Cylindrical-coordinate representation of color #F5EDEC: hue angle of 6.67º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5EDEC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245237236-
CMYK00.030.040.04
HSL6.67º31.03%94.31%-
HSV(B)6.67º3.67%96.08%-
XYZ83.0886.0491.58-
YUV239.28126.15132.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.12%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 236 (92.58% from 255) = 32.87%
R=34.12%
G=33.01%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523723600.030.040.046.6731.0394.31
HexF5EDEC034471f5e
Octal3653553540344737136
Binary111101011110110111101100011100100111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDEC; }

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

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

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

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

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

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

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

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