Html Css Color HEX #F5E1DF Tutu

📋 copy color: '#F5E1DF'

red 245 ◦ green 225 ◦ blue 223

#F5E1DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tutu #F5E1DF

Tints of Tutu #F5E1DF

RGB

 RED value IS 245 (96.09% from 255) = 35.35%

 GREEN value IS 225 (88.28% from 255) = 32.47%

 BLUE value IS 223 (87.5% from 255) = 32.18%

R = 35.35%
G = 32.47%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5E1DF (or 0xF5E1DF) is known color: Tutu. HEX triplet: F5, E1 and DF. RGB value is (245,225,223). Sum of RGB (Red+Green+Blue) = 245+225+223=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1DF is #0A1E20. Grayscale: #E6E6E6. Windows color (decimal): -663073 or 14672373. OLE color: 14672373.

HSL color Cylindrical-coordinate representation of color #F5E1DF: hue angle of 5.45º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E1DF is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 225 223 -
CMYK 0 0.08 0.09 0.04
HSL 5.45º 0.52% 0.92% -
HSV(B) 5.45º 0.09% 0.96% -
XYZ 77.9 78.59 80.88 -
YUV 230.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 245 225 223 0 0.08 0.09 0.04 5.45 0.52 0.92
Hex F5 E1 DF 0 8 9 4 5 34 5C
Octal 365 341 337 0 10 11 4 5 64 134
Binary 11110101 11100001 11011111 0 1000 1001 100 101 110100 1011100

Color Harmonies of #F5E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E1DF

Black with #F5E1DF

Text Example


Text Example

White with #F5E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E1DF; }

 p { color: rgb(245,225,223); }

 H1.HeaderClassName
 {
   color: #F5E1DF;
 }
 .AnyTagClassName
 {
   color: #F5E1DF;
 }
</style>

background-color css

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

 a { background-color: rgb(245,225,223); }

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

border-color css

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

 span { border-color: rgb(245,225,223); }

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