Shades of Pale Prim #F6FA9A
Tints of Pale Prim #F6FA9A
RGB
CMYK
RGB Variations
Color information
#F6FA9A (or 0xF6FA9A) is known color: Pale Prim. HEX triplet: F6, FA and 9A. RGB value is (246,250,154). Sum of RGB (Red+Green+Blue) = 246+250+154=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 154 (60.55% from 255 or 23.69% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FA9A is #090565. Grayscale: #EEEEEE. Windows color (decimal): -591206 or 10156790. OLE color: 10156790.
HSL color Cylindrical-coordinate representation of color #F6FA9A: hue angle of 62.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6FA9A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 154 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.02 |
| HSL | 62.5º | 0.91% | 0.79% | - |
| HSV(B) | 62.5º | 0.38% | 0.98% | - |
| XYZ | 78.02 | 90.3 | 43.89 | - |
| YUV | 237.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 154 | 0.02 | 0 | 0.38 | 0.02 | 62.5 | 0.91 | 0.79 |
| Hex | F6 | FA | 9A | 2 | 0 | 26 | 2 | 3F | 5B | 4F |
| Octal | 366 | 372 | 232 | 2 | 0 | 46 | 2 | 77 | 133 | 117 |
| Binary | 11110110 | 11111010 | 10011010 | 10 | 0 | 100110 | 10 | 111111 | 1011011 | 1001111 |
Color Harmonies of #F6FA9A
Complementary color
Monochromatic Colors of #F6FA9A
Black with #F6FA9A
Text Example
Text Example
White with #F6FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FA9A; }
p { color: rgb(246,250,154); }
H1.HeaderClassName
{
color: #F6FA9A;
}
.AnyTagClassName
{
color: #F6FA9A;
}
</style>
background-color css
<style>
a { background-color: #F6FA9A; }
a { background-color: rgb(246,250,154); }
div.DivClassName
{
background-color: #F6FA9A;
}
.BgClassName
{
background-color: #F6FA9A;
}
</style>
border-color css
<style>
span { border-color: #F6FA9A; }
span { border-color: rgb(246,250,154); }
td.TdClassName
{
border-color: #F6FA9A;
}
.TagClassName
{
border-color: #F6FA9A;
}
</style>