Html Css Color HEX #F8DFB3 Wheat

📋 copy color: '#F8DFB3'

red 248 ◦ green 223 ◦ blue 179

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

Shades of Wheat #F8DFB3

Tints of Wheat #F8DFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.54%

R = 38.15%
G = 34.31%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F8DFB3 (or 0xF8DFB3) is known color: Wheat. HEX triplet: F8, DF and B3. RGB value is (248,223,179). Sum of RGB (Red+Green+Blue) = 248+223+179=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFB3 is #07204C. Grayscale: #E1E1E1. Windows color (decimal): -467021 or 11788280. OLE color: 11788280.

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

Color convert

RGB 248 223 179 -
CMYK 0 0.10 0.28 0.03
HSL 38.26º 0.83% 0.84% -
HSV(B) 38.26º 0.28% 0.97% -
XYZ 73.24 75.99 53.45 -
YUV 225.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 248 223 179 0 0.10 0.28 0.03 38.26 0.83 0.84
Hex F8 DF B3 0 A 1C 3 26 53 54
Octal 370 337 263 0 12 34 3 46 123 124
Binary 11111000 11011111 10110011 0 1010 11100 11 100110 1010011 1010100

Color Harmonies of #F8DFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFB3

Black with #F8DFB3

Text Example


Text Example

White with #F8DFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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