Html Css Color HEX #FAE1A7 Cape Honey

📋 copy color: '#FAE1A7'

red 250 ◦ green 225 ◦ blue 167

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

Shades of Cape Honey #FAE1A7

Tints of Cape Honey #FAE1A7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.05%

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

R = 38.94%
G = 35.05%
B = 26.01%

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

#FAE1A7 (or 0xFAE1A7) is known color: Cape Honey. HEX triplet: FA, E1 and A7. RGB value is (250,225,167). Sum of RGB (Red+Green+Blue) = 250+225+167=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 167 (65.62% from 255 or 26.01% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1A7 is #051E58. Grayscale: #E2E2E2. Windows color (decimal): -335449 or 11002362. OLE color: 11002362.

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

Color convert

RGB 250 225 167 -
CMYK 0 0.10 0.33 0.02
HSL 41.93º 0.89% 0.82% -
HSV(B) 41.93º 0.33% 0.98% -
XYZ 73.32 76.96 47.55 -
YUV 225.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 250 225 167 0 0.10 0.33 0.02 41.93 0.89 0.82
Hex FA E1 A7 0 A 21 2 2A 59 52
Octal 372 341 247 0 12 41 2 52 131 122
Binary 11111010 11100001 10100111 0 1010 100001 10 101010 1011001 1010010

Color Harmonies of #FAE1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1A7

Black with #FAE1A7

Text Example


Text Example

White with #FAE1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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