#F6F2DE

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

Shades of Off Yellow #F6F2DE

Tints of Off Yellow #F6F2DE

Color information

#F6F2DE (or 0xF6F2DE) is unknown color: approx Off Yellow. HEX triplet: F6, F2 and DE. RGB value is (246,242,222). Sum of RGB (Red+Green+Blue) = 246+242+222=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2DE is #090D21. Grayscale: #F1F1F1. Windows color (decimal): -593186 or 14611190. OLE color: 14611190.

HSL color Cylindrical-coordinate representation of color #F6F2DE: hue angle of 50º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6F2DE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246242222-
CMYK00.020.100.04
HSL50º57.14%91.76%-
HSV(B)50º9.76%96.47%-
XYZ82.9488.3781.79-
YUV240.92117.33131.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.65%
GREEN value IS 242 (94.92% from 255) = 34.08%
BLUE value IS 222 (87.11% from 255) = 31.27%
R=34.65%
G=34.08%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624222200.020.100.045057.1491.76
HexF6F2DE02A432395c
Octal366362336021246271134
Binary11110110111100101101111001010101001100101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F2DE; }

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

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

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

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

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

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

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

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