Html Css Color HEX #FEE5E5 Tutu

📋 copy color: '#FEE5E5'

red 254 ◦ green 229 ◦ blue 229

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

Shades of Tutu #FEE5E5

Tints of Tutu #FEE5E5

RGB

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

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

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

R = 35.67%
G = 32.16%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEE5E5 (or 0xFEE5E5) is known color: Tutu. HEX triplet: FE, E5 and E5. RGB value is (254,229,229). Sum of RGB (Red+Green+Blue) = 254+229+229=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5E5 is #011A1A. Grayscale: #ECECEC. Windows color (decimal): -72219 or 15066622. OLE color: 15066622.

HSL color Cylindrical-coordinate representation of color #FEE5E5: hue angle of 0º 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 #FEE5E5 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 229 229 -
CMYK 0 0.10 0.10 0.00
HSL 0.93% 0.95% -
HSV(B) 0.1% 1% -
XYZ 83.04 82.77 85.73 -
YUV 236.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 254 229 229 0 0.10 0.10 0.00 0 0.93 0.95
Hex FE E5 E5 0 A A 0 0 5D 5F
Octal 376 345 345 0 12 12 0 0 135 137
Binary 11111110 11100101 11100101 0 1010 1010 0 0 1011101 1011111

Color Harmonies of #FEE5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5E5

Black with #FEE5E5

Text Example


Text Example

White with #FEE5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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