Html Css Color HEX #FDE9CD Blanched Almond

📋 copy color: '#FDE9CD'

red 253 ◦ green 233 ◦ blue 205

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

Shades of Blanched Almond #FDE9CD

Tints of Blanched Almond #FDE9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.67%

R = 36.61%
G = 33.72%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDE9CD (or 0xFDE9CD) is known color: Blanched Almond. HEX triplet: FD, E9 and CD. RGB value is (253,233,205). Sum of RGB (Red+Green+Blue) = 253+233+205=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9CD is #021632. Grayscale: #EBEBEB. Windows color (decimal): -136755 or 13494781. OLE color: 13494781.

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

Color convert

RGB 253 233 205 -
CMYK 0 0.08 0.19 0.01
HSL 35º 0.92% 0.9% -
HSV(B) 35º 0.19% 0.99% -
XYZ 80.67 83.57 69.64 -
YUV 235.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 253 233 205 0 0.08 0.19 0.01 35 0.92 0.9
Hex FD E9 CD 0 8 13 1 23 5C 5A
Octal 375 351 315 0 10 23 1 43 134 132
Binary 11111101 11101001 11001101 0 1000 10011 1 100011 1011100 1011010

Color Harmonies of #FDE9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9CD

Black with #FDE9CD

Text Example


Text Example

White with #FDE9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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