Html Css Color HEX #FEE6E5 Tutu

📋 copy color: '#FEE6E5'

red 254 ◦ green 230 ◦ blue 229

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

Shades of Tutu #FEE6E5

Tints of Tutu #FEE6E5

RGB

 RED value IS 254 (99.61% from 255) = 35.62%

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

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

R = 35.62%
G = 32.26%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEE6E5 (or 0xFEE6E5) is known color: Tutu. HEX triplet: FE, E6 and E5. RGB value is (254,230,229). Sum of RGB (Red+Green+Blue) = 254+230+229=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6E5 is #01191A. Grayscale: #EDEDED. Windows color (decimal): -71963 or 15066878. OLE color: 15066878.

HSL color Cylindrical-coordinate representation of color #FEE6E5: hue angle of 2.4º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE6E5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 230 229 -
CMYK 0 0.09 0.10 0.00
HSL 2.4º 0.93% 0.95% -
HSV(B) 2.4º 0.1% 1% -
XYZ 83.31 83.32 85.82 -
YUV 237.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 254 230 229 0 0.09 0.10 0.00 2.4 0.93 0.95
Hex FE E6 E5 0 9 A 0 2 5D 5F
Octal 376 346 345 0 11 12 0 2 135 137
Binary 11111110 11100110 11100101 0 1001 1010 0 10 1011101 1011111

Color Harmonies of #FEE6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6E5

Black with #FEE6E5

Text Example


Text Example

White with #FEE6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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