Html Css Color HEX #F5DEB3 Wheat

📋 copy color: '#F5DEB3'

red 245 ◦ green 222 ◦ blue 179

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

Shades of Wheat #F5DEB3

Tints of Wheat #F5DEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.71%

R = 37.93%
G = 34.37%
B = 27.71%

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

#F5DEB3 (or 0xF5DEB3) is known color: Wheat. HEX triplet: F5, DE and B3. RGB value is (245,222,179). Sum of RGB (Red+Green+Blue) = 245+222+179=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 179 (70.31% from 255 or 27.71% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEB3 is #0A214C. Grayscale: #E0E0E0. Windows color (decimal): -663885 or 11788021. OLE color: 11788021.

HSL color Cylindrical-coordinate representation of color #F5DEB3: hue angle of 39.09º 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 #F5DEB3 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 179 -
CMYK 0 0.09 0.27 0.04
HSL 39.09º 0.77% 0.83% -
HSV(B) 39.09º 0.27% 0.96% -
XYZ 71.91 74.91 53.32 -
YUV 223.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 245 222 179 0 0.09 0.27 0.04 39.09 0.77 0.83
Hex F5 DE B3 0 9 1B 4 27 4D 53
Octal 365 336 263 0 11 33 4 47 115 123
Binary 11110101 11011110 10110011 0 1001 11011 100 100111 1001101 1010011

Color Harmonies of #F5DEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEB3

Black with #F5DEB3

Text Example


Text Example

White with #F5DEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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