Shades of Pale Prim #FFF89B
Tints of Pale Prim #FFF89B
RGB
CMYK
RGB Variations
Color information
#FFF89B (or 0xFFF89B) is known color: Pale Prim. HEX triplet: FF, F8 and 9B. RGB value is (255,248,155). Sum of RGB (Red+Green+Blue) = 255+248+155=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 155 (60.94% from 255 or 23.56% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF89B is #000764. Grayscale: #EFEFEF. Windows color (decimal): -1893 or 10221823. OLE color: 10221823.
HSL color Cylindrical-coordinate representation of color #FFF89B: hue angle of 55.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFF89B is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 155 | - |
| CMYK | 0 | 0.03 | 0.39 | 0 |
| HSL | 55.8º | 1% | 0.8% | - |
| HSV(B) | 55.8º | 0.39% | 1% | - |
| XYZ | 80.72 | 90.76 | 44.27 | - |
| YUV | 239.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 155 | 0 | 0.03 | 0.39 | 0 | 55.8 | 1 | 0.8 |
| Hex | FF | F8 | 9B | 0 | 3 | 27 | 0 | 38 | 64 | 50 |
| Octal | 377 | 370 | 233 | 0 | 3 | 47 | 0 | 70 | 144 | 120 |
| Binary | 11111111 | 11111000 | 10011011 | 0 | 11 | 100111 | 0 | 111000 | 1100100 | 1010000 |
Color Harmonies of #FFF89B
Complementary color
Monochromatic Colors of #FFF89B
Black with #FFF89B
Text Example
Text Example
White with #FFF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF89B; }
p { color: rgb(255,248,155); }
H1.HeaderClassName
{
color: #FFF89B;
}
.AnyTagClassName
{
color: #FFF89B;
}
</style>
background-color css
<style>
a { background-color: #FFF89B; }
a { background-color: rgb(255,248,155); }
div.DivClassName
{
background-color: #FFF89B;
}
.BgClassName
{
background-color: #FFF89B;
}
</style>
border-color css
<style>
span { border-color: #FFF89B; }
span { border-color: rgb(255,248,155); }
td.TdClassName
{
border-color: #FFF89B;
}
.TagClassName
{
border-color: #FFF89B;
}
</style>