Html Css Color HEX #F3DBAF Wheat

📋 copy color: '#F3DBAF'

red 243 ◦ green 219 ◦ blue 175

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

Shades of Wheat #F3DBAF

Tints of Wheat #F3DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.38%

 BLUE value IS 175 (68.75% from 255) = 27.47%

R = 38.15%
G = 34.38%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3DBAF (or 0xF3DBAF) is known color: Wheat. HEX triplet: F3, DB and AF. RGB value is (243,219,175). Sum of RGB (Red+Green+Blue) = 243+219+175=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DBAF is #0C2450. Grayscale: #DDDDDD. Windows color (decimal): -795729 or 11525107. OLE color: 11525107.

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

Color convert

RGB 243 219 175 -
CMYK 0 0.10 0.28 0.05
HSL 38.82º 0.74% 0.82% -
HSV(B) 38.82º 0.28% 0.95% -
XYZ 70.03 72.81 50.92 -
YUV 221.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 243 219 175 0 0.10 0.28 0.05 38.82 0.74 0.82
Hex F3 DB AF 0 A 1C 5 27 4A 52
Octal 363 333 257 0 12 34 5 47 112 122
Binary 11110011 11011011 10101111 0 1010 11100 101 100111 1001010 1010010

Color Harmonies of #F3DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DBAF

Black with #F3DBAF

Text Example


Text Example

White with #F3DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DBAF; }

 p { color: rgb(243,219,175); }

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

background-color css

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

 a { background-color: rgb(243,219,175); }

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

border-color css

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

 span { border-color: rgb(243,219,175); }

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