Shades of Pale Prim #F8F69C
Tints of Pale Prim #F8F69C
RGB
CMYK
RGB Variations
Color information
#F8F69C (or 0xF8F69C) is known color: Pale Prim. HEX triplet: F8, F6 and 9C. RGB value is (248,246,156). Sum of RGB (Red+Green+Blue) = 248+246+156=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 156 (61.33% from 255 or 24% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F69C is #070963. Grayscale: #ECECEC. Windows color (decimal): -461156 or 10286840. OLE color: 10286840.
HSL color Cylindrical-coordinate representation of color #F8F69C: hue angle of 58.7º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8F69C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 156 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.03 |
| HSL | 58.7º | 0.87% | 0.79% | - |
| HSV(B) | 58.7º | 0.37% | 0.97% | - |
| XYZ | 77.67 | 88.27 | 44.4 | - |
| YUV | 236.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 156 | 0 | 0.01 | 0.37 | 0.03 | 58.7 | 0.87 | 0.79 |
| Hex | F8 | F6 | 9C | 0 | 1 | 25 | 3 | 3B | 57 | 4F |
| Octal | 370 | 366 | 234 | 0 | 1 | 45 | 3 | 73 | 127 | 117 |
| Binary | 11111000 | 11110110 | 10011100 | 0 | 1 | 100101 | 11 | 111011 | 1010111 | 1001111 |
Color Harmonies of #F8F69C
Complementary color
Monochromatic Colors of #F8F69C
Black with #F8F69C
Text Example
Text Example
White with #F8F69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F69C; }
p { color: rgb(248,246,156); }
H1.HeaderClassName
{
color: #F8F69C;
}
.AnyTagClassName
{
color: #F8F69C;
}
</style>
background-color css
<style>
a { background-color: #F8F69C; }
a { background-color: rgb(248,246,156); }
div.DivClassName
{
background-color: #F8F69C;
}
.BgClassName
{
background-color: #F8F69C;
}
</style>
border-color css
<style>
span { border-color: #F8F69C; }
span { border-color: rgb(248,246,156); }
td.TdClassName
{
border-color: #F8F69C;
}
.TagClassName
{
border-color: #F8F69C;
}
</style>