Shades of Pale Prim #F6FB9C
Tints of Pale Prim #F6FB9C
RGB
CMYK
RGB Variations
Color information
#F6FB9C (or 0xF6FB9C) is known color: Pale Prim. HEX triplet: F6, FB and 9C. RGB value is (246,251,156). Sum of RGB (Red+Green+Blue) = 246+251+156=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 156 (61.33% from 255 or 23.89% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FB9C is #090463. Grayscale: #EFEFEF. Windows color (decimal): -590948 or 10288118. OLE color: 10288118.
HSL color Cylindrical-coordinate representation of color #F6FB9C: hue angle of 63.16º degrees, saturation: 0.92, 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 #F6FB9C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 156 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.02 |
| HSL | 63.16º | 0.92% | 0.8% | - |
| HSV(B) | 63.16º | 0.38% | 0.98% | - |
| XYZ | 78.5 | 90.99 | 44.88 | - |
| YUV | 238.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 156 | 0.02 | 0 | 0.38 | 0.02 | 63.16 | 0.92 | 0.8 |
| Hex | F6 | FB | 9C | 2 | 0 | 26 | 2 | 3F | 5C | 50 |
| Octal | 366 | 373 | 234 | 2 | 0 | 46 | 2 | 77 | 134 | 120 |
| Binary | 11110110 | 11111011 | 10011100 | 10 | 0 | 100110 | 10 | 111111 | 1011100 | 1010000 |
Color Harmonies of #F6FB9C
Complementary color
Monochromatic Colors of #F6FB9C
Black with #F6FB9C
Text Example
Text Example
White with #F6FB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FB9C; }
p { color: rgb(246,251,156); }
H1.HeaderClassName
{
color: #F6FB9C;
}
.AnyTagClassName
{
color: #F6FB9C;
}
</style>
background-color css
<style>
a { background-color: #F6FB9C; }
a { background-color: rgb(246,251,156); }
div.DivClassName
{
background-color: #F6FB9C;
}
.BgClassName
{
background-color: #F6FB9C;
}
</style>
border-color css
<style>
span { border-color: #F6FB9C; }
span { border-color: rgb(246,251,156); }
td.TdClassName
{
border-color: #F6FB9C;
}
.TagClassName
{
border-color: #F6FB9C;
}
</style>