Shades of Pale Prim #F6FA9C
Tints of Pale Prim #F6FA9C
RGB
CMYK
RGB Variations
Color information
#F6FA9C (or 0xF6FA9C) is known color: Pale Prim. HEX triplet: F6, FA and 9C. RGB value is (246,250,156). Sum of RGB (Red+Green+Blue) = 246+250+156=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 156 (61.33% from 255 or 23.93% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FA9C is #090563. Grayscale: #EEEEEE. Windows color (decimal): -591204 or 10287862. OLE color: 10287862.
HSL color Cylindrical-coordinate representation of color #F6FA9C: hue angle of 62.55º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6FA9C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 156 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.02 |
| HSL | 62.55º | 0.9% | 0.8% | - |
| HSV(B) | 62.55º | 0.38% | 0.98% | - |
| XYZ | 78.19 | 90.36 | 44.77 | - |
| YUV | 238.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 156 | 0.02 | 0 | 0.38 | 0.02 | 62.55 | 0.9 | 0.8 |
| Hex | F6 | FA | 9C | 2 | 0 | 26 | 2 | 3F | 5A | 50 |
| Octal | 366 | 372 | 234 | 2 | 0 | 46 | 2 | 77 | 132 | 120 |
| Binary | 11110110 | 11111010 | 10011100 | 10 | 0 | 100110 | 10 | 111111 | 1011010 | 1010000 |
Color Harmonies of #F6FA9C
Complementary color
Monochromatic Colors of #F6FA9C
Black with #F6FA9C
Text Example
Text Example
White with #F6FA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FA9C; }
p { color: rgb(246,250,156); }
H1.HeaderClassName
{
color: #F6FA9C;
}
.AnyTagClassName
{
color: #F6FA9C;
}
</style>
background-color css
<style>
a { background-color: #F6FA9C; }
a { background-color: rgb(246,250,156); }
div.DivClassName
{
background-color: #F6FA9C;
}
.BgClassName
{
background-color: #F6FA9C;
}
</style>
border-color css
<style>
span { border-color: #F6FA9C; }
span { border-color: rgb(246,250,156); }
td.TdClassName
{
border-color: #F6FA9C;
}
.TagClassName
{
border-color: #F6FA9C;
}
</style>