#FDEE9E

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

Shades of Drover #FDEE9E

Tints of Drover #FDEE9E

Color information

#FDEE9E (or 0xFDEE9E) is unknown color: approx Drover. HEX triplet: FD, EE and 9E. RGB value is (253,238,158). Sum of RGB (Red+Green+Blue) = 253+238+158=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 158 (62.11% from 255 or 24.35% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE9E is #021161. Grayscale: #E9E9E9. Windows color (decimal): -135522 or 10415869. OLE color: 10415869.

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

Color convert

RGB253238158-
CMYK00.060.380.01
HSL50.53º95.96%80.59%-
HSV(B)50.53º37.55%99.22%-
XYZ77.2584.544.59-
YUV233.3685.47142-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 158 (62.11% from 255) = 24.35%
R=38.98%
G=36.67%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323815800.060.380.0150.5395.9680.59
HexFDEE9E06261336051
Octal3753562360646163140121
Binary1111110111101110100111100110100110111001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE9E; }

 p { color: rgb(253,238,158); }

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

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

 a { background-color: rgb(253,238,158); }

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

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

 span { border-color: rgb(253,238,158); }

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