Html Css Color HEX #F5DEB2 Wheat

📋 copy color: '#F5DEB2'

red 245 ◦ green 222 ◦ blue 178

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

Shades of Wheat #F5DEB2

Tints of Wheat #F5DEB2

RGB

 RED value IS 245 (96.09% from 255) = 37.98%

 GREEN value IS 222 (87.11% from 255) = 34.42%

 BLUE value IS 178 (69.92% from 255) = 27.6%

R = 37.98%
G = 34.42%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5DEB2 (or 0xF5DEB2) is known color: Wheat. HEX triplet: F5, DE and B2. RGB value is (245,222,178). Sum of RGB (Red+Green+Blue) = 245+222+178=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DEB2 is #0A214D. Grayscale: #E0E0E0. Windows color (decimal): -663886 or 11722485. OLE color: 11722485.

HSL color Cylindrical-coordinate representation of color #F5DEB2: hue angle of 39.4º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5DEB2 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 178 -
CMYK 0 0.09 0.27 0.04
HSL 39.4º 0.77% 0.83% -
HSV(B) 39.4º 0.27% 0.96% -
XYZ 71.81 74.87 52.79 -
YUV 223.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 245 222 178 0 0.09 0.27 0.04 39.4 0.77 0.83
Hex F5 DE B2 0 9 1B 4 27 4D 53
Octal 365 336 262 0 11 33 4 47 115 123
Binary 11110101 11011110 10110010 0 1001 11011 100 100111 1001101 1010011

Color Harmonies of #F5DEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEB2

Black with #F5DEB2

Text Example


Text Example

White with #F5DEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEB2; }

 p { color: rgb(245,222,178); }

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

background-color css

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

 a { background-color: rgb(245,222,178); }

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

border-color css

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

 span { border-color: rgb(245,222,178); }

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