Html Css Color HEX #FDE9CB Blanched Almond

📋 copy color: '#FDE9CB'

red 253 ◦ green 233 ◦ blue 203

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

Shades of Blanched Almond #FDE9CB

Tints of Blanched Almond #FDE9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.46%

R = 36.72%
G = 33.82%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDE9CB (or 0xFDE9CB) is known color: Blanched Almond. HEX triplet: FD, E9 and CB. RGB value is (253,233,203). Sum of RGB (Red+Green+Blue) = 253+233+203=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9CB is #021634. Grayscale: #EBEBEB. Windows color (decimal): -136757 or 13363709. OLE color: 13363709.

HSL color Cylindrical-coordinate representation of color #FDE9CB: hue angle of 36º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE9CB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 233 203 -
CMYK 0 0.08 0.20 0.01
HSL 36º 0.93% 0.89% -
HSV(B) 36º 0.2% 0.99% -
XYZ 80.43 83.47 68.37 -
YUV 235.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 253 233 203 0 0.08 0.20 0.01 36 0.93 0.89
Hex FD E9 CB 0 8 14 1 24 5D 59
Octal 375 351 313 0 10 24 1 44 135 131
Binary 11111101 11101001 11001011 0 1000 10100 1 100100 1011101 1011001

Color Harmonies of #FDE9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9CB

Black with #FDE9CB

Text Example


Text Example

White with #FDE9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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