Html Css Color HEX #FDEBD0 Blanched Almond

📋 copy color: '#FDEBD0'

red 253 ◦ green 235 ◦ blue 208

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

Shades of Blanched Almond #FDEBD0

Tints of Blanched Almond #FDEBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.89%

R = 36.35%
G = 33.76%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDEBD0 (or 0xFDEBD0) is known color: Blanched Almond. HEX triplet: FD, EB and D0. RGB value is (253,235,208). Sum of RGB (Red+Green+Blue) = 253+235+208=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBD0 is #02142F. Grayscale: #EDEDED. Windows color (decimal): -136240 or 13691901. OLE color: 13691901.

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

Color convert

RGB 253 235 208 -
CMYK 0 0.07 0.18 0.01
HSL 36º 0.92% 0.9% -
HSV(B) 36º 0.18% 0.99% -
XYZ 81.6 84.85 71.75 -
YUV 237.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 253 235 208 0 0.07 0.18 0.01 36 0.92 0.9
Hex FD EB D0 0 7 12 1 24 5C 5A
Octal 375 353 320 0 7 22 1 44 134 132
Binary 11111101 11101011 11010000 0 111 10010 1 100100 1011100 1011010

Color Harmonies of #FDEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEBD0

Black with #FDEBD0

Text Example


Text Example

White with #FDEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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