Shades of Pale Prim #FFF69C
Tints of Pale Prim #FFF69C
RGB
CMYK
RGB Variations
Color information
#FFF69C (or 0xFFF69C) is known color: Pale Prim. HEX triplet: FF, F6 and 9C. RGB value is (255,246,156). Sum of RGB (Red+Green+Blue) = 255+246+156=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 156 (61.33% from 255 or 23.74% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF69C is #000963. Grayscale: #EEEEEE. Windows color (decimal): -2404 or 10286847. OLE color: 10286847.
HSL color Cylindrical-coordinate representation of color #FFF69C: hue angle of 54.55º 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 #FFF69C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 156 | - |
| CMYK | 0 | 0.04 | 0.39 | 0 |
| HSL | 54.55º | 1% | 0.81% | - |
| HSV(B) | 54.55º | 0.39% | 1% | - |
| XYZ | 80.2 | 89.57 | 44.51 | - |
| YUV | 238.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 156 | 0 | 0.04 | 0.39 | 0 | 54.55 | 1 | 0.81 |
| Hex | FF | F6 | 9C | 0 | 4 | 27 | 0 | 37 | 64 | 51 |
| Octal | 377 | 366 | 234 | 0 | 4 | 47 | 0 | 67 | 144 | 121 |
| Binary | 11111111 | 11110110 | 10011100 | 0 | 100 | 100111 | 0 | 110111 | 1100100 | 1010001 |
Color Harmonies of #FFF69C
Complementary color
Monochromatic Colors of #FFF69C
Black with #FFF69C
Text Example
Text Example
White with #FFF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF69C; }
p { color: rgb(255,246,156); }
H1.HeaderClassName
{
color: #FFF69C;
}
.AnyTagClassName
{
color: #FFF69C;
}
</style>
background-color css
<style>
a { background-color: #FFF69C; }
a { background-color: rgb(255,246,156); }
div.DivClassName
{
background-color: #FFF69C;
}
.BgClassName
{
background-color: #FFF69C;
}
</style>
border-color css
<style>
span { border-color: #FFF69C; }
span { border-color: rgb(255,246,156); }
td.TdClassName
{
border-color: #FFF69C;
}
.TagClassName
{
border-color: #FFF69C;
}
</style>