Html Css Color HEX #FAE9D0 Blanched Almond

📋 copy color: '#FAE9D0'

red 250 ◦ green 233 ◦ blue 208

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

Shades of Blanched Almond #FAE9D0

Tints of Blanched Almond #FAE9D0

RGB

 RED value IS 250 (98.05% from 255) = 36.18%

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

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

R = 36.18%
G = 33.72%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAE9D0 (or 0xFAE9D0) is known color: Blanched Almond. HEX triplet: FA, E9 and D0. RGB value is (250,233,208). Sum of RGB (Red+Green+Blue) = 250+233+208=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 208 (81.64% from 255 or 30.10% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9D0 is #05162F. Grayscale: #EBEBEB. Windows color (decimal): -333360 or 13691386. OLE color: 13691386.

HSL color Cylindrical-coordinate representation of color #FAE9D0: hue angle of 35.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAE9D0 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 208 -
CMYK 0 0.07 0.17 0.02
HSL 35.71º 0.81% 0.9% -
HSV(B) 35.71º 0.17% 0.98% -
XYZ 79.95 83.16 71.51 -
YUV 235.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 250 233 208 0 0.07 0.17 0.02 35.71 0.81 0.9
Hex FA E9 D0 0 7 11 2 24 51 5A
Octal 372 351 320 0 7 21 2 44 121 132
Binary 11111010 11101001 11010000 0 111 10001 10 100100 1010001 1011010

Color Harmonies of #FAE9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9D0

Black with #FAE9D0

Text Example


Text Example

White with #FAE9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9D0; }

 p { color: rgb(250,233,208); }

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

background-color css

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

 a { background-color: rgb(250,233,208); }

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

border-color css

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

 span { border-color: rgb(250,233,208); }

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