Html Css Color HEX #FDEBD1 Blanched Almond

📋 copy color: '#FDEBD1'

red 253 ◦ green 235 ◦ blue 209

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

Shades of Blanched Almond #FDEBD1

Tints of Blanched Almond #FDEBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.72%

 BLUE value IS 209 (82.03% from 255) = 29.99%

R = 36.3%
G = 33.72%
B = 29.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDEBD1 (or 0xFDEBD1) is known color: Blanched Almond. HEX triplet: FD, EB and D1. RGB value is (253,235,209). Sum of RGB (Red+Green+Blue) = 253+235+209=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 209 (82.03% from 255 or 29.99% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBD1 is #02142E. Grayscale: #EDEDED. Windows color (decimal): -136239 or 13757437. OLE color: 13757437.

HSL color Cylindrical-coordinate representation of color #FDEBD1: hue angle of 35.45º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDEBD1 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 235 209 -
CMYK 0 0.07 0.17 0.01
HSL 35.45º 0.92% 0.91% -
HSV(B) 35.45º 0.17% 0.99% -
XYZ 81.72 84.9 72.4 -
YUV 237.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 253 235 209 0 0.07 0.17 0.01 35.45 0.92 0.91
Hex FD EB D1 0 7 11 1 23 5C 5B
Octal 375 353 321 0 7 21 1 43 134 133
Binary 11111101 11101011 11010001 0 111 10001 1 100011 1011100 1011011

Color Harmonies of #FDEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEBD1

Black with #FDEBD1

Text Example


Text Example

White with #FDEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEBD1; }

 p { color: rgb(253,235,209); }

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

background-color css

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

 a { background-color: rgb(253,235,209); }

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

border-color css

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

 span { border-color: rgb(253,235,209); }

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