Html Css Color HEX #FDE6E5 Tutu

📋 copy color: '#FDE6E5'

red 253 ◦ green 230 ◦ blue 229

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

Shades of Tutu #FDE6E5

Tints of Tutu #FDE6E5

RGB

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

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

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

R = 35.53%
G = 32.3%
B = 32.16%

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

#FDE6E5 (or 0xFDE6E5) is known color: Tutu. HEX triplet: FD, E6 and E5. RGB value is (253,230,229). Sum of RGB (Red+Green+Blue) = 253+230+229=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6E5 is #02191A. Grayscale: #ECECEC. Windows color (decimal): -137499 or 15066877. OLE color: 15066877.

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

Color convert

RGB 253 230 229 -
CMYK 0 0.09 0.09 0.01
HSL 2.5º 0.86% 0.95% -
HSV(B) 2.5º 0.09% 0.99% -
XYZ 82.95 83.13 85.8 -
YUV 236.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 253 230 229 0 0.09 0.09 0.01 2.5 0.86 0.95
Hex FD E6 E5 0 9 9 1 2 56 5F
Octal 375 346 345 0 11 11 1 2 126 137
Binary 11111101 11100110 11100101 0 1001 1001 1 10 1010110 1011111

Color Harmonies of #FDE6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6E5

Black with #FDE6E5

Text Example


Text Example

White with #FDE6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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