Html Css Color HEX #FDE9C8 Blanched Almond

📋 copy color: '#FDE9C8'

red 253 ◦ green 233 ◦ blue 200

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

Shades of Blanched Almond #FDE9C8

Tints of Blanched Almond #FDE9C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.15%

R = 36.88%
G = 33.97%
B = 29.15%

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

#FDE9C8 (or 0xFDE9C8) is known color: Blanched Almond. HEX triplet: FD, E9 and C8. RGB value is (253,233,200). Sum of RGB (Red+Green+Blue) = 253+233+200=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 200 (78.52% from 255 or 29.15% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9C8 is #021637. Grayscale: #EBEBEB. Windows color (decimal): -136760 or 13167101. OLE color: 13167101.

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

Color convert

RGB 253 233 200 -
CMYK 0 0.08 0.21 0.01
HSL 37.36º 0.93% 0.89% -
HSV(B) 37.36º 0.21% 0.99% -
XYZ 80.07 83.33 66.51 -
YUV 235.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 253 233 200 0 0.08 0.21 0.01 37.36 0.93 0.89
Hex FD E9 C8 0 8 15 1 25 5D 59
Octal 375 351 310 0 10 25 1 45 135 131
Binary 11111101 11101001 11001000 0 1000 10101 1 100101 1011101 1011001

Color Harmonies of #FDE9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9C8

Black with #FDE9C8

Text Example


Text Example

White with #FDE9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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