Html Css Color HEX #FDE8CC Blanched Almond

📋 copy color: '#FDE8CC'

red 253 ◦ green 232 ◦ blue 204

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

Shades of Blanched Almond #FDE8CC

Tints of Blanched Almond #FDE8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.61%

R = 36.72%
G = 33.67%
B = 29.61%

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

#FDE8CC (or 0xFDE8CC) is known color: Blanched Almond. HEX triplet: FD, E8 and CC. RGB value is (253,232,204). Sum of RGB (Red+Green+Blue) = 253+232+204=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8CC is #021733. Grayscale: #EBEBEB. Windows color (decimal): -137012 or 13428989. OLE color: 13428989.

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

Color convert

RGB 253 232 204 -
CMYK 0 0.08 0.19 0.01
HSL 34.29º 0.92% 0.9% -
HSV(B) 34.29º 0.19% 0.99% -
XYZ 80.26 82.96 68.91 -
YUV 235.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 253 232 204 0 0.08 0.19 0.01 34.29 0.92 0.9
Hex FD E8 CC 0 8 13 1 22 5C 5A
Octal 375 350 314 0 10 23 1 42 134 132
Binary 11111101 11101000 11001100 0 1000 10011 1 100010 1011100 1011010

Color Harmonies of #FDE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8CC

Black with #FDE8CC

Text Example


Text Example

White with #FDE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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