Html Css Color HEX #F3DDB0 Wheat

📋 copy color: '#F3DDB0'

red 243 ◦ green 221 ◦ blue 176

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

Shades of Wheat #F3DDB0

Tints of Wheat #F3DDB0

RGB

 RED value IS 243 (95.31% from 255) = 37.97%

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

 BLUE value IS 176 (69.14% from 255) = 27.5%

R = 37.97%
G = 34.53%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3DDB0 (or 0xF3DDB0) is known color: Wheat. HEX triplet: F3, DD and B0. RGB value is (243,221,176). Sum of RGB (Red+Green+Blue) = 243+221+176=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 176 (69.14% from 255 or 27.5% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DDB0 is #0C224F. Grayscale: #DEDEDE. Windows color (decimal): -795216 or 11591155. OLE color: 11591155.

HSL color Cylindrical-coordinate representation of color #F3DDB0: hue angle of 40.3º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3DDB0 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 221 176 -
CMYK 0 0.09 0.28 0.05
HSL 40.3º 0.74% 0.82% -
HSV(B) 40.3º 0.28% 0.95% -
XYZ 70.66 73.9 51.61 -
YUV 222.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 243 221 176 0 0.09 0.28 0.05 40.3 0.74 0.82
Hex F3 DD B0 0 9 1C 5 28 4A 52
Octal 363 335 260 0 11 34 5 50 112 122
Binary 11110011 11011101 10110000 0 1001 11100 101 101000 1001010 1010010

Color Harmonies of #F3DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DDB0

Black with #F3DDB0

Text Example


Text Example

White with #F3DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DDB0; }

 p { color: rgb(243,221,176); }

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

background-color css

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

 a { background-color: rgb(243,221,176); }

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

border-color css

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

 span { border-color: rgb(243,221,176); }

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