Shades of Pale Prim #F3F99C
Tints of Pale Prim #F3F99C
RGB
CMYK
RGB Variations
Color information
#F3F99C (or 0xF3F99C) is known color: Pale Prim. HEX triplet: F3, F9 and 9C. RGB value is (243,249,156). Sum of RGB (Red+Green+Blue) = 243+249+156=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 156 (61.33% from 255 or 24.07% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #F3F99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F99C is #0C0663. Grayscale: #ECECEC. Windows color (decimal): -788068 or 10287603. OLE color: 10287603.
HSL color Cylindrical-coordinate representation of color #F3F99C: hue angle of 63.87º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3F99C is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 249 | 156 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.02 |
| HSL | 63.87º | 0.89% | 0.79% | - |
| HSV(B) | 63.87º | 0.37% | 0.98% | - |
| XYZ | 76.84 | 89.21 | 44.62 | - |
| YUV | 236.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 249 | 156 | 0.02 | 0 | 0.37 | 0.02 | 63.87 | 0.89 | 0.79 |
| Hex | F3 | F9 | 9C | 2 | 0 | 25 | 2 | 40 | 59 | 4F |
| Octal | 363 | 371 | 234 | 2 | 0 | 45 | 2 | 100 | 131 | 117 |
| Binary | 11110011 | 11111001 | 10011100 | 10 | 0 | 100101 | 10 | 1000000 | 1011001 | 1001111 |
Color Harmonies of #F3F99C
Complementary color
Monochromatic Colors of #F3F99C
Black with #F3F99C
Text Example
Text Example
White with #F3F99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F99C; }
p { color: rgb(243,249,156); }
H1.HeaderClassName
{
color: #F3F99C;
}
.AnyTagClassName
{
color: #F3F99C;
}
</style>
background-color css
<style>
a { background-color: #F3F99C; }
a { background-color: rgb(243,249,156); }
div.DivClassName
{
background-color: #F3F99C;
}
.BgClassName
{
background-color: #F3F99C;
}
</style>
border-color css
<style>
span { border-color: #F3F99C; }
span { border-color: rgb(243,249,156); }
td.TdClassName
{
border-color: #F3F99C;
}
.TagClassName
{
border-color: #F3F99C;
}
</style>