Html Css Color HEX #F8DDB7 Wheat

📋 copy color: '#F8DDB7'

red 248 ◦ green 221 ◦ blue 183

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

Shades of Wheat #F8DDB7

Tints of Wheat #F8DDB7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.9%

 BLUE value IS 183 (71.88% from 255) = 28.07%

R = 38.04%
G = 33.9%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8DDB7 (or 0xF8DDB7) is known color: Wheat. HEX triplet: F8, DD and B7. RGB value is (248,221,183). Sum of RGB (Red+Green+Blue) = 248+221+183=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 183 (71.88% from 255 or 28.07% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDB7 is #072248. Grayscale: #E0E0E0. Windows color (decimal): -467529 or 12049912. OLE color: 12049912.

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

Color convert

RGB 248 221 183 -
CMYK 0 0.11 0.26 0.03
HSL 35.08º 0.82% 0.85% -
HSV(B) 35.08º 0.26% 0.97% -
XYZ 73.12 75.09 55.44 -
YUV 224.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 248 221 183 0 0.11 0.26 0.03 35.08 0.82 0.85
Hex F8 DD B7 0 B 1A 3 23 52 55
Octal 370 335 267 0 13 32 3 43 122 125
Binary 11111000 11011101 10110111 0 1011 11010 11 100011 1010010 1010101

Color Harmonies of #F8DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DDB7

Black with #F8DDB7

Text Example


Text Example

White with #F8DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DDB7; }

 p { color: rgb(248,221,183); }

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

background-color css

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

 a { background-color: rgb(248,221,183); }

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

border-color css

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

 span { border-color: rgb(248,221,183); }

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