Html Css Color HEX #F5DDB7 Wheat

📋 copy color: '#F5DDB7'

red 245 ◦ green 221 ◦ blue 183

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

Shades of Wheat #F5DDB7

Tints of Wheat #F5DDB7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.05%

 BLUE value IS 183 (71.88% from 255) = 28.2%

R = 37.75%
G = 34.05%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F5DDB7 (or 0xF5DDB7) is known color: Wheat. HEX triplet: F5, DD and B7. RGB value is (245,221,183). Sum of RGB (Red+Green+Blue) = 245+221+183=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 183 (71.88% from 255 or 28.20% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDB7 is #0A2248. Grayscale: #E0E0E0. Windows color (decimal): -664137 or 12049909. OLE color: 12049909.

HSL color Cylindrical-coordinate representation of color #F5DDB7: hue angle of 36.77º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5DDB7 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 221 183 -
CMYK 0 0.10 0.25 0.04
HSL 36.77º 0.76% 0.84% -
HSV(B) 36.77º 0.25% 0.96% -
XYZ 72.06 74.54 55.39 -
YUV 223.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 245 221 183 0 0.10 0.25 0.04 36.77 0.76 0.84
Hex F5 DD B7 0 A 19 4 25 4C 54
Octal 365 335 267 0 12 31 4 45 114 124
Binary 11110101 11011101 10110111 0 1010 11001 100 100101 1001100 1010100

Color Harmonies of #F5DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DDB7

Black with #F5DDB7

Text Example


Text Example

White with #F5DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DDB7; }

 p { color: rgb(245,221,183); }

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

background-color css

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

 a { background-color: rgb(245,221,183); }

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

border-color css

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

 span { border-color: rgb(245,221,183); }

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