Html Css Color HEX #FAE6A0 Drover

📋 copy color: '#FAE6A0'

red 250 ◦ green 230 ◦ blue 160

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

Shades of Drover #FAE6A0

Tints of Drover #FAE6A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25%

R = 39.06%
G = 35.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAE6A0 (or 0xFAE6A0) is known color: Drover. HEX triplet: FA, E6 and A0. RGB value is (250,230,160). Sum of RGB (Red+Green+Blue) = 250+230+160=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A0 is #05195F. Grayscale: #E4E4E4. Windows color (decimal): -334176 or 10544890. OLE color: 10544890.

HSL color Cylindrical-coordinate representation of color #FAE6A0: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAE6A0 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 160 -
CMYK 0 0.08 0.36 0.02
HSL 46.67º 0.9% 0.8% -
HSV(B) 46.67º 0.36% 0.98% -
XYZ 74.07 79.46 44.69 -
YUV 228 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 250 230 160 0 0.08 0.36 0.02 46.67 0.9 0.8
Hex FA E6 A0 0 8 24 2 2F 5A 50
Octal 372 346 240 0 10 44 2 57 132 120
Binary 11111010 11100110 10100000 0 1000 100100 10 101111 1011010 1010000

Color Harmonies of #FAE6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6A0

Black with #FAE6A0

Text Example


Text Example

White with #FAE6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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