#FDEA96

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

Shades of Drover #FDEA96

Tints of Drover #FDEA96

Color information

#FDEA96 (or 0xFDEA96) is unknown color: approx Drover. HEX triplet: FD, EA and 96. RGB value is (253,234,150). Sum of RGB (Red+Green+Blue) = 253+234+150=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA96 is #021569. Grayscale: #E6E6E6. Windows color (decimal): -136554 or 9890557. OLE color: 9890557.

HSL color Cylindrical-coordinate representation of color #FDEA96: hue angle of 48.93º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDEA96 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB253234150-
CMYK00.080.410.01
HSL48.93º96.26%79.02%-
HSV(B)48.93º40.71%99.22%-
XYZ75.4481.9340.69-
YUV230.182.79144.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 150 (58.98% from 255) = 23.55%
R=39.72%
G=36.73%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323415000.080.410.0148.9396.2679.02
HexFDEA960829131604f
Octal37535222601051161140117
Binary11111101111010101001011001000101001111000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA96; }

 p { color: rgb(253,234,150); }

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

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

 a { background-color: rgb(253,234,150); }

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

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

 span { border-color: rgb(253,234,150); }

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