Html Css Color HEX #F8DCB5 Wheat

📋 copy color: '#F8DCB5'

red 248 ◦ green 220 ◦ blue 181

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

Shades of Wheat #F8DCB5

Tints of Wheat #F8DCB5

RGB

 RED value IS 248 (97.27% from 255) = 38.21%

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

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

R = 38.21%
G = 33.9%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8DCB5 (or 0xF8DCB5) is known color: Wheat. HEX triplet: F8, DC and B5. RGB value is (248,220,181). Sum of RGB (Red+Green+Blue) = 248+220+181=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCB5 is #07234A. Grayscale: #E0E0E0. Windows color (decimal): -467787 or 11918584. OLE color: 11918584.

HSL color Cylindrical-coordinate representation of color #F8DCB5: hue angle of 34.93º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8DCB5 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 181 -
CMYK 0 0.11 0.27 0.03
HSL 34.93º 0.83% 0.84% -
HSV(B) 34.93º 0.27% 0.97% -
XYZ 72.65 74.48 54.26 -
YUV 223.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 248 220 181 0 0.11 0.27 0.03 34.93 0.83 0.84
Hex F8 DC B5 0 B 1B 3 23 53 54
Octal 370 334 265 0 13 33 3 43 123 124
Binary 11111000 11011100 10110101 0 1011 11011 11 100011 1010011 1010100

Color Harmonies of #F8DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCB5

Black with #F8DCB5

Text Example


Text Example

White with #F8DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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