Html Css Color HEX #FDE5E5 Tutu

📋 copy color: '#FDE5E5'

red 253 ◦ green 229 ◦ blue 229

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

Shades of Tutu #FDE5E5

Tints of Tutu #FDE5E5

RGB

 RED value IS 253 (99.22% from 255) = 35.58%

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

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

R = 35.58%
G = 32.21%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDE5E5 (or 0xFDE5E5) is known color: Tutu. HEX triplet: FD, E5 and E5. RGB value is (253,229,229). Sum of RGB (Red+Green+Blue) = 253+229+229=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 229 (89.84% from 255 or 32.21% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5E5 is #021A1A. Grayscale: #ECECEC. Windows color (decimal): -137755 or 15066621. OLE color: 15066621.

HSL color Cylindrical-coordinate representation of color #FDE5E5: hue angle of 0º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE5E5 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 229 229 -
CMYK 0 0.09 0.09 0.01
HSL 0.86% 0.95% -
HSV(B) 0.09% 0.99% -
XYZ 82.67 82.58 85.71 -
YUV 236.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 253 229 229 0 0.09 0.09 0.01 0 0.86 0.95
Hex FD E5 E5 0 9 9 1 0 56 5F
Octal 375 345 345 0 11 11 1 0 126 137
Binary 11111101 11100101 11100101 0 1001 1001 1 0 1010110 1011111

Color Harmonies of #FDE5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5E5

Black with #FDE5E5

Text Example


Text Example

White with #FDE5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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