Html Css Color HEX #FAE6CE Blanched Almond

📋 copy color: '#FAE6CE'

red 250 ◦ green 230 ◦ blue 206

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

Shades of Blanched Almond #FAE6CE

Tints of Blanched Almond #FAE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.53%

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

R = 36.44%
G = 33.53%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAE6CE (or 0xFAE6CE) is known color: Blanched Almond. HEX triplet: FA, E6 and CE. RGB value is (250,230,206). Sum of RGB (Red+Green+Blue) = 250+230+206=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6CE is #051931. Grayscale: #E9E9E9. Windows color (decimal): -334130 or 13559546. OLE color: 13559546.

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

Color convert

RGB 250 230 206 -
CMYK 0 0.08 0.18 0.02
HSL 32.73º 0.81% 0.89% -
HSV(B) 32.73º 0.18% 0.98% -
XYZ 78.86 81.37 69.94 -
YUV 233.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 250 230 206 0 0.08 0.18 0.02 32.73 0.81 0.89
Hex FA E6 CE 0 8 12 2 21 51 59
Octal 372 346 316 0 10 22 2 41 121 131
Binary 11111010 11100110 11001110 0 1000 10010 10 100001 1010001 1011001

Color Harmonies of #FAE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6CE

Black with #FAE6CE

Text Example


Text Example

White with #FAE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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