Html Css Color HEX #FAEDA0 Drover

📋 copy color: '#FAEDA0'

red 250 ◦ green 237 ◦ blue 160

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

Shades of Drover #FAEDA0

Tints of Drover #FAEDA0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.63%

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

R = 38.64%
G = 36.63%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAEDA0 (or 0xFAEDA0) is known color: Drover. HEX triplet: FA, ED and A0. RGB value is (250,237,160). Sum of RGB (Red+Green+Blue) = 250+237+160=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 160 (62.89% from 255 or 24.73% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA0 is #05125F. Grayscale: #E8E8E8. Windows color (decimal): -332384 or 10546682. OLE color: 10546682.

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

Color convert

RGB 250 237 160 -
CMYK 0 0.05 0.36 0.02
HSL 51.33º 0.9% 0.8% -
HSV(B) 51.33º 0.36% 0.98% -
XYZ 76.05 83.43 45.35 -
YUV 232.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 250 237 160 0 0.05 0.36 0.02 51.33 0.9 0.8
Hex FA ED A0 0 5 24 2 33 5A 50
Octal 372 355 240 0 5 44 2 63 132 120
Binary 11111010 11101101 10100000 0 101 100100 10 110011 1011010 1010000

Color Harmonies of #FAEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDA0

Black with #FAEDA0

Text Example


Text Example

White with #FAEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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