Html Css Color HEX #FDE9C9 Blanched Almond

📋 copy color: '#FDE9C9'

red 253 ◦ green 233 ◦ blue 201

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

Shades of Blanched Almond #FDE9C9

Tints of Blanched Almond #FDE9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.26%

R = 36.83%
G = 33.92%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDE9C9 (or 0xFDE9C9) is known color: Blanched Almond. HEX triplet: FD, E9 and C9. RGB value is (253,233,201). Sum of RGB (Red+Green+Blue) = 253+233+201=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 201 (78.91% from 255 or 29.26% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9C9 is #021636. Grayscale: #EBEBEB. Windows color (decimal): -136759 or 13232637. OLE color: 13232637.

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

Color convert

RGB 253 233 201 -
CMYK 0 0.08 0.21 0.01
HSL 36.92º 0.93% 0.89% -
HSV(B) 36.92º 0.21% 0.99% -
XYZ 80.19 83.38 67.13 -
YUV 235.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 253 233 201 0 0.08 0.21 0.01 36.92 0.93 0.89
Hex FD E9 C9 0 8 15 1 25 5D 59
Octal 375 351 311 0 10 25 1 45 135 131
Binary 11111101 11101001 11001001 0 1000 10101 1 100101 1011101 1011001

Color Harmonies of #FDE9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9C9

Black with #FDE9C9

Text Example


Text Example

White with #FDE9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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