#FAEBA7

Color #FAEBA7 Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FAEBA7

Tints of Drover #FAEBA7

Color information

#FAEBA7 (or 0xFAEBA7) is unknown color: approx Drover. HEX triplet: FA, EB and A7. RGB value is (250,235,167). Sum of RGB (Red+Green+Blue) = 250+235+167=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 167 (65.62% from 255 or 25.61% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEBA7 is #051458. Grayscale: #E8E8E8. Windows color (decimal): -332889 or 11004922. OLE color: 11004922.

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

Color convert

RGB250235167-
CMYK00.060.330.02
HSL49.16º89.25%81.76%-
HSV(B)49.16º33.2%98.04%-
XYZ76.1182.5348.48-
YUV231.7391.47141.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 167 (65.62% from 255) = 25.61%
R=38.34%
G=36.04%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023516700.060.330.0249.1689.2581.76
HexFAEBA706212315952
Octal3723532470641261131122
Binary11111010111010111010011101101000011011000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBA7; }

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

 H1.HeaderClassName
 {
   color: #FAEBA7;
 }
 .AnyTagClassName
 {
   color: #FAEBA7;
 }
</style>
background-color css

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

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

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

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

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

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