Html Css Color HEX #F5DDBA Wheat

📋 copy color: '#F5DDBA'

red 245 ◦ green 221 ◦ blue 186

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

Shades of Wheat #F5DDBA

Tints of Wheat #F5DDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.53%

R = 37.58%
G = 33.9%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5DDBA (or 0xF5DDBA) is known color: Wheat. HEX triplet: F5, DD and BA. RGB value is (245,221,186). Sum of RGB (Red+Green+Blue) = 245+221+186=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDBA is #0A2245. Grayscale: #E0E0E0. Windows color (decimal): -664134 or 12246517. OLE color: 12246517.

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

Color convert

RGB 245 221 186 -
CMYK 0 0.10 0.24 0.04
HSL 35.59º 0.75% 0.85% -
HSV(B) 35.59º 0.24% 0.96% -
XYZ 72.38 74.67 57.05 -
YUV 224.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 245 221 186 0 0.10 0.24 0.04 35.59 0.75 0.85
Hex F5 DD BA 0 A 18 4 24 4B 55
Octal 365 335 272 0 12 30 4 44 113 125
Binary 11110101 11011101 10111010 0 1010 11000 100 100100 1001011 1010101

Color Harmonies of #F5DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DDBA

Black with #F5DDBA

Text Example


Text Example

White with #F5DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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