Shades of Beige #F6FADC
Tints of Beige #F6FADC
RGB
CMYK
RGB Variations
Color information
#F6FADC (or 0xF6FADC) is known color: Beige. HEX triplet: F6, FA and DC. RGB value is (246,250,220). Sum of RGB (Red+Green+Blue) = 246+250+220=716 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.36% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FADC is #090523. Grayscale: #F5F5F5. Windows color (decimal): -591140 or 14482166. OLE color: 14482166.
HSL color Cylindrical-coordinate representation of color #F6FADC: hue angle of 68º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6FADC is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 220 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.02 |
| HSL | 68º | 0.75% | 0.92% | - |
| HSV(B) | 68º | 0.12% | 0.98% | - |
| XYZ | 85.11 | 93.13 | 81.2 | - |
| YUV | 245.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 220 | 0.02 | 0 | 0.12 | 0.02 | 68 | 0.75 | 0.92 |
| Hex | F6 | FA | DC | 2 | 0 | C | 2 | 44 | 4B | 5C |
| Octal | 366 | 372 | 334 | 2 | 0 | 14 | 2 | 104 | 113 | 134 |
| Binary | 11110110 | 11111010 | 11011100 | 10 | 0 | 1100 | 10 | 1000100 | 1001011 | 1011100 |
Color Harmonies of #F6FADC
Complementary color
Monochromatic Colors of #F6FADC
Black with #F6FADC
Text Example
Text Example
White with #F6FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FADC; }
p { color: rgb(246,250,220); }
H1.HeaderClassName
{
color: #F6FADC;
}
.AnyTagClassName
{
color: #F6FADC;
}
</style>
background-color css
<style>
a { background-color: #F6FADC; }
a { background-color: rgb(246,250,220); }
div.DivClassName
{
background-color: #F6FADC;
}
.BgClassName
{
background-color: #F6FADC;
}
</style>
border-color css
<style>
span { border-color: #F6FADC; }
span { border-color: rgb(246,250,220); }
td.TdClassName
{
border-color: #F6FADC;
}
.TagClassName
{
border-color: #F6FADC;
}
</style>