#F8DFBB

Color #F8DFBB Wheat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wheat #F8DFBB

Tints of Wheat #F8DFBB

Color information

#F8DFBB (or 0xF8DFBB) is unknown color: approx Wheat. HEX triplet: F8, DF and BB. RGB value is (248,223,187). Sum of RGB (Red+Green+Blue) = 248+223+187=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFBB is #072044. Grayscale: #E2E2E2. Windows color (decimal): -467013 or 12312568. OLE color: 12312568.

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

Color convert

RGB248223187-
CMYK00.100.250.03
HSL35.41º81.33%85.29%-
HSV(B)35.41º24.6%97.25%-
XYZ74.0776.3257.84-
YUV226.37105.78143.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.69%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 187 (73.44% from 255) = 28.42%
R=37.69%
G=33.89%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822318700.100.250.0335.4181.3385.29
HexF8DFBB0A193235155
Octal37033727301231343121125
Binary11111000110111111011101101010110011110001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFBB; }

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

 H1.HeaderClassName
 {
   color: #F8DFBB;
 }
 .AnyTagClassName
 {
   color: #F8DFBB;
 }
</style>
background-color css

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

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

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

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

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

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