Html Css Color HEX #FDE8C9 Blanched Almond

📋 copy color: '#FDE8C9'

red 253 ◦ green 232 ◦ blue 201

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

Shades of Blanched Almond #FDE8C9

Tints of Blanched Almond #FDE8C9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.82%

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

R = 36.88%
G = 33.82%
B = 29.3%

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

#FDE8C9 (or 0xFDE8C9) is known color: Blanched Almond. HEX triplet: FD, E8 and C9. RGB value is (253,232,201). Sum of RGB (Red+Green+Blue) = 253+232+201=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 201 (78.91% from 255 or 29.30% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8C9 is #021736. Grayscale: #EAEAEA. Windows color (decimal): -137015 or 13232381. OLE color: 13232381.

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

Color convert

RGB 253 232 201 -
CMYK 0 0.08 0.21 0.01
HSL 35.77º 0.93% 0.89% -
HSV(B) 35.77º 0.21% 0.99% -
XYZ 79.91 82.81 67.03 -
YUV 234.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 253 232 201 0 0.08 0.21 0.01 35.77 0.93 0.89
Hex FD E8 C9 0 8 15 1 24 5D 59
Octal 375 350 311 0 10 25 1 44 135 131
Binary 11111101 11101000 11001001 0 1000 10101 1 100100 1011101 1011001

Color Harmonies of #FDE8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8C9

Black with #FDE8C9

Text Example


Text Example

White with #FDE8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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