Shades of Pale Prim #FFF99C
Tints of Pale Prim #FFF99C
RGB
CMYK
RGB Variations
Color information
#FFF99C (or 0xFFF99C) is known color: Pale Prim. HEX triplet: FF, F9 and 9C. RGB value is (255,249,156). Sum of RGB (Red+Green+Blue) = 255+249+156=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 156 (61.33% from 255 or 23.64% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF99C is #000663. Grayscale: #F0F0F0. Windows color (decimal): -1636 or 10287615. OLE color: 10287615.
HSL color Cylindrical-coordinate representation of color #FFF99C: hue angle of 56.36º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFF99C is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 156 | - |
| CMYK | 0 | 0.02 | 0.39 | 0 |
| HSL | 56.36º | 1% | 0.81% | - |
| HSV(B) | 56.36º | 0.39% | 1% | - |
| XYZ | 81.12 | 91.41 | 44.82 | - |
| YUV | 240.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 156 | 0 | 0.02 | 0.39 | 0 | 56.36 | 1 | 0.81 |
| Hex | FF | F9 | 9C | 0 | 2 | 27 | 0 | 38 | 64 | 51 |
| Octal | 377 | 371 | 234 | 0 | 2 | 47 | 0 | 70 | 144 | 121 |
| Binary | 11111111 | 11111001 | 10011100 | 0 | 10 | 100111 | 0 | 111000 | 1100100 | 1010001 |
Color Harmonies of #FFF99C
Complementary color
Monochromatic Colors of #FFF99C
Black with #FFF99C
Text Example
Text Example
White with #FFF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF99C; }
p { color: rgb(255,249,156); }
H1.HeaderClassName
{
color: #FFF99C;
}
.AnyTagClassName
{
color: #FFF99C;
}
</style>
background-color css
<style>
a { background-color: #FFF99C; }
a { background-color: rgb(255,249,156); }
div.DivClassName
{
background-color: #FFF99C;
}
.BgClassName
{
background-color: #FFF99C;
}
</style>
border-color css
<style>
span { border-color: #FFF99C; }
span { border-color: rgb(255,249,156); }
td.TdClassName
{
border-color: #FFF99C;
}
.TagClassName
{
border-color: #FFF99C;
}
</style>