Html Css Color HEX #FAE5E4 Tutu

📋 copy color: '#FAE5E4'

red 250 ◦ green 229 ◦ blue 228

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

Shades of Tutu #FAE5E4

Tints of Tutu #FAE5E4

RGB

 RED value IS 250 (98.05% from 255) = 35.36%

 GREEN value IS 229 (89.84% from 255) = 32.39%

 BLUE value IS 228 (89.45% from 255) = 32.25%

R = 35.36%
G = 32.39%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAE5E4 (or 0xFAE5E4) is known color: Tutu. HEX triplet: FA, E5 and E4. RGB value is (250,229,228). Sum of RGB (Red+Green+Blue) = 250+229+228=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5E4 is #051A1B. Grayscale: #EBEBEB. Windows color (decimal): -334364 or 15001082. OLE color: 15001082.

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

Color convert

RGB 250 229 228 -
CMYK 0 0.08 0.09 0.02
HSL 2.73º 0.69% 0.94% -
HSV(B) 2.73º 0.09% 0.98% -
XYZ 81.45 81.96 84.93 -
YUV 235.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 250 229 228 0 0.08 0.09 0.02 2.73 0.69 0.94
Hex FA E5 E4 0 8 9 2 3 45 5E
Octal 372 345 344 0 10 11 2 3 105 136
Binary 11111010 11100101 11100100 0 1000 1001 10 11 1000101 1011110

Color Harmonies of #FAE5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5E4

Black with #FAE5E4

Text Example


Text Example

White with #FAE5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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