#F6DEBB

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

Shades of Wheat #F6DEBB

Tints of Wheat #F6DEBB

Color information

#F6DEBB (or 0xF6DEBB) is unknown color: approx Wheat. HEX triplet: F6, DE and BB. RGB value is (246,222,187). Sum of RGB (Red+Green+Blue) = 246+222+187=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEBB is #092144. Grayscale: #E1E1E1. Windows color (decimal): -598341 or 12312310. OLE color: 12312310.

HSL color Cylindrical-coordinate representation of color #F6DEBB: hue angle of 35.59º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6DEBB is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246222187-
CMYK00.100.240.04
HSL35.59º76.62%84.9%-
HSV(B)35.59º23.98%96.47%-
XYZ73.175.4257.72-
YUV225.19106.45142.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=37.56%
G=33.89%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622218700.100.240.0435.5976.6284.9
HexF6DEBB0A184244d55
Octal36633627301230444115125
Binary111101101101111010111011010101100010010010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DEBB; }

 p { color: rgb(246,222,187); }

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

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

 a { background-color: rgb(246,222,187); }

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

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

 span { border-color: rgb(246,222,187); }

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