Html Css Color HEX #FDE8CB Blanched Almond

📋 copy color: '#FDE8CB'

red 253 ◦ green 232 ◦ blue 203

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

Shades of Blanched Almond #FDE8CB

Tints of Blanched Almond #FDE8CB

RGB

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

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

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

R = 36.77%
G = 33.72%
B = 29.51%

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

#FDE8CB (or 0xFDE8CB) is known color: Blanched Almond. HEX triplet: FD, E8 and CB. RGB value is (253,232,203). Sum of RGB (Red+Green+Blue) = 253+232+203=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8CB is #021734. Grayscale: #EBEBEB. Windows color (decimal): -137013 or 13363453. OLE color: 13363453.

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

Color convert

RGB 253 232 203 -
CMYK 0 0.08 0.20 0.01
HSL 34.8º 0.93% 0.89% -
HSV(B) 34.8º 0.2% 0.99% -
XYZ 80.14 82.91 68.28 -
YUV 234.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 253 232 203 0 0.08 0.20 0.01 34.8 0.93 0.89
Hex FD E8 CB 0 8 14 1 23 5D 59
Octal 375 350 313 0 10 24 1 43 135 131
Binary 11111101 11101000 11001011 0 1000 10100 1 100011 1011101 1011001

Color Harmonies of #FDE8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8CB

Black with #FDE8CB

Text Example


Text Example

White with #FDE8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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