Html Css Color HEX #FAE0A8 Cape Honey

📋 copy color: '#FAE0A8'

red 250 ◦ green 224 ◦ blue 168

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

Shades of Cape Honey #FAE0A8

Tints of Cape Honey #FAE0A8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.89%

 BLUE value IS 168 (66.02% from 255) = 26.17%

R = 38.94%
G = 34.89%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAE0A8 (or 0xFAE0A8) is known color: Cape Honey. HEX triplet: FA, E0 and A8. RGB value is (250,224,168). Sum of RGB (Red+Green+Blue) = 250+224+168=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0A8 is #051F57. Grayscale: #E1E1E1. Windows color (decimal): -335704 or 11067642. OLE color: 11067642.

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

Color convert

RGB 250 224 168 -
CMYK 0 0.10 0.33 0.02
HSL 40.98º 0.89% 0.82% -
HSV(B) 40.98º 0.33% 0.98% -
XYZ 73.15 76.46 47.95 -
YUV 225.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 250 224 168 0 0.10 0.33 0.02 40.98 0.89 0.82
Hex FA E0 A8 0 A 21 2 29 59 52
Octal 372 340 250 0 12 41 2 51 131 122
Binary 11111010 11100000 10101000 0 1010 100001 10 101001 1011001 1010010

Color Harmonies of #FAE0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0A8

Black with #FAE0A8

Text Example


Text Example

White with #FAE0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0A8; }

 p { color: rgb(250,224,168); }

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

background-color css

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

 a { background-color: rgb(250,224,168); }

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

border-color css

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

 span { border-color: rgb(250,224,168); }

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