Html Css Color HEX #FAE0A6 Cape Honey

📋 copy color: '#FAE0A6'

red 250 ◦ green 224 ◦ blue 166

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

Shades of Cape Honey #FAE0A6

Tints of Cape Honey #FAE0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.94%

R = 39.06%
G = 35%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAE0A6 (or 0xFAE0A6) is known color: Cape Honey. HEX triplet: FA, E0 and A6. RGB value is (250,224,166). Sum of RGB (Red+Green+Blue) = 250+224+166=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0A6 is #051F59. Grayscale: #E1E1E1. Windows color (decimal): -335706 or 10936570. OLE color: 10936570.

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

Color convert

RGB 250 224 166 -
CMYK 0 0.10 0.34 0.02
HSL 41.43º 0.89% 0.82% -
HSV(B) 41.43º 0.34% 0.98% -
XYZ 72.96 76.39 46.98 -
YUV 225.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 250 224 166 0 0.10 0.34 0.02 41.43 0.89 0.82
Hex FA E0 A6 0 A 22 2 29 59 52
Octal 372 340 246 0 12 42 2 51 131 122
Binary 11111010 11100000 10100110 0 1010 100010 10 101001 1011001 1010010

Color Harmonies of #FAE0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0A6

Black with #FAE0A6

Text Example


Text Example

White with #FAE0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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