Html Css Color HEX #FDE9CE Blanched Almond

📋 copy color: '#FDE9CE'

red 253 ◦ green 233 ◦ blue 206

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

Shades of Blanched Almond #FDE9CE

Tints of Blanched Almond #FDE9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.77%

R = 36.56%
G = 33.67%
B = 29.77%

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

#FDE9CE (or 0xFDE9CE) is known color: Blanched Almond. HEX triplet: FD, E9 and CE. RGB value is (253,233,206). Sum of RGB (Red+Green+Blue) = 253+233+206=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 206 (80.86% from 255 or 29.77% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9CE is #021631. Grayscale: #ECECEC. Windows color (decimal): -136754 or 13560317. OLE color: 13560317.

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

Color convert

RGB 253 233 206 -
CMYK 0 0.08 0.19 0.01
HSL 34.47º 0.92% 0.9% -
HSV(B) 34.47º 0.19% 0.99% -
XYZ 80.79 83.62 70.27 -
YUV 235.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 253 233 206 0 0.08 0.19 0.01 34.47 0.92 0.9
Hex FD E9 CE 0 8 13 1 22 5C 5A
Octal 375 351 316 0 10 23 1 42 134 132
Binary 11111101 11101001 11001110 0 1000 10011 1 100010 1011100 1011010

Color Harmonies of #FDE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9CE

Black with #FDE9CE

Text Example


Text Example

White with #FDE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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