Html Css Color HEX #FDE8CE Blanched Almond

📋 copy color: '#FDE8CE'

red 253 ◦ green 232 ◦ blue 206

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

Shades of Blanched Almond #FDE8CE

Tints of Blanched Almond #FDE8CE

RGB

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

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

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

R = 36.61%
G = 33.57%
B = 29.81%

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

#FDE8CE (or 0xFDE8CE) is known color: Blanched Almond. HEX triplet: FD, E8 and CE. RGB value is (253,232,206). Sum of RGB (Red+Green+Blue) = 253+232+206=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8CE is #021731. Grayscale: #EBEBEB. Windows color (decimal): -137010 or 13560061. OLE color: 13560061.

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

Color convert

RGB 253 232 206 -
CMYK 0 0.08 0.19 0.01
HSL 33.19º 0.92% 0.9% -
HSV(B) 33.19º 0.19% 0.99% -
XYZ 80.51 83.05 70.18 -
YUV 235.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 253 232 206 0 0.08 0.19 0.01 33.19 0.92 0.9
Hex FD E8 CE 0 8 13 1 21 5C 5A
Octal 375 350 316 0 10 23 1 41 134 132
Binary 11111101 11101000 11001110 0 1000 10011 1 100001 1011100 1011010

Color Harmonies of #FDE8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8CE

Black with #FDE8CE

Text Example


Text Example

White with #FDE8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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