Html Css Color HEX #F8DCB2 Wheat

📋 copy color: '#F8DCB2'

red 248 ◦ green 220 ◦ blue 178

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

Shades of Wheat #F8DCB2

Tints of Wheat #F8DCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.55%

R = 38.39%
G = 34.06%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F8DCB2 (or 0xF8DCB2) is known color: Wheat. HEX triplet: F8, DC and B2. RGB value is (248,220,178). Sum of RGB (Red+Green+Blue) = 248+220+178=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DCB2 is #07234D. Grayscale: #DFDFDF. Windows color (decimal): -467790 or 11721976. OLE color: 11721976.

HSL color Cylindrical-coordinate representation of color #F8DCB2: hue angle of 36º 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 #F8DCB2 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 178 -
CMYK 0 0.11 0.28 0.03
HSL 36º 0.83% 0.84% -
HSV(B) 36º 0.28% 0.97% -
XYZ 72.34 74.36 52.66 -
YUV 223.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 248 220 178 0 0.11 0.28 0.03 36 0.83 0.84
Hex F8 DC B2 0 B 1C 3 24 53 54
Octal 370 334 262 0 13 34 3 44 123 124
Binary 11111000 11011100 10110010 0 1011 11100 11 100100 1010011 1010100

Color Harmonies of #F8DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCB2

Black with #F8DCB2

Text Example


Text Example

White with #F8DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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