Html Css Color HEX #F5DCB5 Wheat

📋 copy color: '#F5DCB5'

red 245 ◦ green 220 ◦ blue 181

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

Shades of Wheat #F5DCB5

Tints of Wheat #F5DCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.06%

 BLUE value IS 181 (71.09% from 255) = 28.02%

R = 37.93%
G = 34.06%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5DCB5 (or 0xF5DCB5) is known color: Wheat. HEX triplet: F5, DC and B5. RGB value is (245,220,181). Sum of RGB (Red+Green+Blue) = 245+220+181=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 181 (71.09% from 255 or 28.02% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCB5 is #0A234A. Grayscale: #DFDFDF. Windows color (decimal): -664395 or 11918581. OLE color: 11918581.

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

Color convert

RGB 245 220 181 -
CMYK 0 0.10 0.26 0.04
HSL 36.56º 0.76% 0.84% -
HSV(B) 36.56º 0.26% 0.96% -
XYZ 71.59 73.94 54.21 -
YUV 223.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 245 220 181 0 0.10 0.26 0.04 36.56 0.76 0.84
Hex F5 DC B5 0 A 1A 4 25 4C 54
Octal 365 334 265 0 12 32 4 45 114 124
Binary 11110101 11011100 10110101 0 1010 11010 100 100101 1001100 1010100

Color Harmonies of #F5DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCB5

Black with #F5DCB5

Text Example


Text Example

White with #F5DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCB5; }

 p { color: rgb(245,220,181); }

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

background-color css

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

 a { background-color: rgb(245,220,181); }

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

border-color css

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

 span { border-color: rgb(245,220,181); }

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