Html Css Color HEX #FAE6E5 Tutu

📋 copy color: '#FAE6E5'

red 250 ◦ green 230 ◦ blue 229

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

Shades of Tutu #FAE6E5

Tints of Tutu #FAE6E5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.44%

 BLUE value IS 229 (89.84% from 255) = 32.3%

R = 35.26%
G = 32.44%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAE6E5 (or 0xFAE6E5) is known color: Tutu. HEX triplet: FA, E6 and E5. RGB value is (250,230,229). Sum of RGB (Red+Green+Blue) = 250+230+229=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6E5 is #05191A. Grayscale: #EBEBEB. Windows color (decimal): -334107 or 15066874. OLE color: 15066874.

HSL color Cylindrical-coordinate representation of color #FAE6E5: hue angle of 2.86º degrees, saturation: 0.68, 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 #FAE6E5 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 229 -
CMYK 0 0.08 0.08 0.02
HSL 2.86º 0.68% 0.94% -
HSV(B) 2.86º 0.08% 0.98% -
XYZ 81.86 82.57 85.75 -
YUV 235.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 250 230 229 0 0.08 0.08 0.02 2.86 0.68 0.94
Hex FA E6 E5 0 8 8 2 3 44 5E
Octal 372 346 345 0 10 10 2 3 104 136
Binary 11111010 11100110 11100101 0 1000 1000 10 11 1000100 1011110

Color Harmonies of #FAE6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6E5

Black with #FAE6E5

Text Example


Text Example

White with #FAE6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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