Html Css Color HEX #FAEDA5 Drover

📋 copy color: '#FAEDA5'

red 250 ◦ green 237 ◦ blue 165

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

Shades of Drover #FAEDA5

Tints of Drover #FAEDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.31%

R = 38.34%
G = 36.35%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAEDA5 (or 0xFAEDA5) is known color: Drover. HEX triplet: FA, ED and A5. RGB value is (250,237,165). Sum of RGB (Red+Green+Blue) = 250+237+165=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 165 (64.84% from 255 or 25.31% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA5 is #05125A. Grayscale: #E8E8E8. Windows color (decimal): -332379 or 10874362. OLE color: 10874362.

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

Color convert

RGB 250 237 165 -
CMYK 0 0.05 0.34 0.02
HSL 50.82º 0.89% 0.81% -
HSV(B) 50.82º 0.34% 0.98% -
XYZ 76.5 83.61 47.7 -
YUV 232.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 250 237 165 0 0.05 0.34 0.02 50.82 0.89 0.81
Hex FA ED A5 0 5 22 2 33 59 51
Octal 372 355 245 0 5 42 2 63 131 121
Binary 11111010 11101101 10100101 0 101 100010 10 110011 1011001 1010001

Color Harmonies of #FAEDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDA5

Black with #FAEDA5

Text Example


Text Example

White with #FAEDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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