Html Css Color HEX #FDE9D1 Blanched Almond

📋 copy color: '#FDE9D1'

red 253 ◦ green 233 ◦ blue 209

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

Shades of Blanched Almond #FDE9D1

Tints of Blanched Almond #FDE9D1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.53%

 BLUE value IS 209 (82.03% from 255) = 30.07%

R = 36.4%
G = 33.53%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDE9D1 (or 0xFDE9D1) is known color: Blanched Almond. HEX triplet: FD, E9 and D1. RGB value is (253,233,209). Sum of RGB (Red+Green+Blue) = 253+233+209=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 209 (82.03% from 255 or 30.07% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9D1 is #02162E. Grayscale: #ECECEC. Windows color (decimal): -136751 or 13756925. OLE color: 13756925.

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

Color convert

RGB 253 233 209 -
CMYK 0 0.08 0.17 0.01
HSL 32.73º 0.92% 0.91% -
HSV(B) 32.73º 0.17% 0.99% -
XYZ 81.16 83.76 72.21 -
YUV 236.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 253 233 209 0 0.08 0.17 0.01 32.73 0.92 0.91
Hex FD E9 D1 0 8 11 1 21 5C 5B
Octal 375 351 321 0 10 21 1 41 134 133
Binary 11111101 11101001 11010001 0 1000 10001 1 100001 1011100 1011011

Color Harmonies of #FDE9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9D1

Black with #FDE9D1

Text Example


Text Example

White with #FDE9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9D1; }

 p { color: rgb(253,233,209); }

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

background-color css

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

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

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

border-color css

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

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

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