Html Css Color HEX #FAE8CE Blanched Almond

📋 copy color: '#FAE8CE'

red 250 ◦ green 232 ◦ blue 206

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

Shades of Blanched Almond #FAE8CE

Tints of Blanched Almond #FAE8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.94%

R = 36.34%
G = 33.72%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAE8CE (or 0xFAE8CE) is known color: Blanched Almond. HEX triplet: FA, E8 and CE. RGB value is (250,232,206). Sum of RGB (Red+Green+Blue) = 250+232+206=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8CE is #051731. Grayscale: #EAEAEA. Windows color (decimal): -333618 or 13560058. OLE color: 13560058.

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

Color convert

RGB 250 232 206 -
CMYK 0 0.07 0.18 0.02
HSL 35.45º 0.81% 0.89% -
HSV(B) 35.45º 0.18% 0.98% -
XYZ 79.42 82.49 70.13 -
YUV 234.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 250 232 206 0 0.07 0.18 0.02 35.45 0.81 0.89
Hex FA E8 CE 0 7 12 2 23 51 59
Octal 372 350 316 0 7 22 2 43 121 131
Binary 11111010 11101000 11001110 0 111 10010 10 100011 1010001 1011001

Color Harmonies of #FAE8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE8CE

Black with #FAE8CE

Text Example


Text Example

White with #FAE8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE8CE; }

 p { color: rgb(250,232,206); }

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

background-color css

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

 a { background-color: rgb(250,232,206); }

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

border-color css

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

 span { border-color: rgb(250,232,206); }

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