Html Css Color HEX #FDEA97 Drover

📋 copy color: '#FDEA97'

red 253 ◦ green 234 ◦ blue 151

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

Shades of Drover #FDEA97

Tints of Drover #FDEA97

RGB

 RED value IS 253 (99.22% from 255) = 39.66%

 GREEN value IS 234 (91.8% from 255) = 36.68%

 BLUE value IS 151 (59.38% from 255) = 23.67%

R = 39.66%
G = 36.68%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDEA97 (or 0xFDEA97) is known color: Drover. HEX triplet: FD, EA and 97. RGB value is (253,234,151). Sum of RGB (Red+Green+Blue) = 253+234+151=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 151 (59.38% from 255 or 23.67% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA97 is #021568. Grayscale: #E6E6E6. Windows color (decimal): -136553 or 9956093. OLE color: 9956093.

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

Color convert

RGB 253 234 151 -
CMYK 0 0.08 0.40 0.01
HSL 48.82º 0.96% 0.79% -
HSV(B) 48.82º 0.4% 0.99% -
XYZ 75.52 81.96 41.12 -
YUV 230.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 253 234 151 0 0.08 0.40 0.01 48.82 0.96 0.79
Hex FD EA 97 0 8 28 1 31 60 4F
Octal 375 352 227 0 10 50 1 61 140 117
Binary 11111101 11101010 10010111 0 1000 101000 1 110001 1100000 1001111

Color Harmonies of #FDEA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA97

Black with #FDEA97

Text Example


Text Example

White with #FDEA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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