Html Css Color HEX #FAE0A7 Cape Honey

📋 copy color: '#FAE0A7'

red 250 ◦ green 224 ◦ blue 167

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

Shades of Cape Honey #FAE0A7

Tints of Cape Honey #FAE0A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.05%

R = 39%
G = 34.95%
B = 26.05%

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

#FAE0A7 (or 0xFAE0A7) is known color: Cape Honey. HEX triplet: FA, E0 and A7. RGB value is (250,224,167). Sum of RGB (Red+Green+Blue) = 250+224+167=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0A7 is #051F58. Grayscale: #E1E1E1. Windows color (decimal): -335705 or 11002106. OLE color: 11002106.

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

Color convert

RGB 250 224 167 -
CMYK 0 0.10 0.33 0.02
HSL 41.2º 0.89% 0.82% -
HSV(B) 41.2º 0.33% 0.98% -
XYZ 73.06 76.43 47.46 -
YUV 225.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 250 224 167 0 0.10 0.33 0.02 41.2 0.89 0.82
Hex FA E0 A7 0 A 21 2 29 59 52
Octal 372 340 247 0 12 41 2 51 131 122
Binary 11111010 11100000 10100111 0 1010 100001 10 101001 1011001 1010010

Color Harmonies of #FAE0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0A7

Black with #FAE0A7

Text Example


Text Example

White with #FAE0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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