Html Css Color HEX #F8DFB6 Wheat

📋 copy color: '#F8DFB6'

red 248 ◦ green 223 ◦ blue 182

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

Shades of Wheat #F8DFB6

Tints of Wheat #F8DFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.15%

 BLUE value IS 182 (71.48% from 255) = 27.87%

R = 37.98%
G = 34.15%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8DFB6 (or 0xF8DFB6) is known color: Wheat. HEX triplet: F8, DF and B6. RGB value is (248,223,182). Sum of RGB (Red+Green+Blue) = 248+223+182=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFB6 is #072049. Grayscale: #E1E1E1. Windows color (decimal): -467018 or 11984888. OLE color: 11984888.

HSL color Cylindrical-coordinate representation of color #F8DFB6: hue angle of 37.27º degrees, saturation: 0.82, 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 #F8DFB6 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 223 182 -
CMYK 0 0.10 0.27 0.03
HSL 37.27º 0.83% 0.84% -
HSV(B) 37.27º 0.27% 0.97% -
XYZ 73.54 76.11 55.07 -
YUV 225.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 248 223 182 0 0.10 0.27 0.03 37.27 0.83 0.84
Hex F8 DF B6 0 A 1B 3 25 52 54
Octal 370 337 266 0 12 33 3 45 122 124
Binary 11111000 11011111 10110110 0 1010 11011 11 100101 1010010 1010100

Color Harmonies of #F8DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFB6

Black with #F8DFB6

Text Example


Text Example

White with #F8DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFB6; }

 p { color: rgb(248,223,182); }

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

background-color css

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

 a { background-color: rgb(248,223,182); }

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

border-color css

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

 span { border-color: rgb(248,223,182); }

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