Shades of Pale Prim #FFF3A1
Tints of Pale Prim #FFF3A1
RGB
CMYK
RGB Variations
Color information
#FFF3A1 (or 0xFFF3A1) is known color: Pale Prim. HEX triplet: FF, F3 and A1. RGB value is (255,243,161). Sum of RGB (Red+Green+Blue) = 255+243+161=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 161 (63.28% from 255 or 24.43% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3A1 is #000C5E. Grayscale: #EDEDED. Windows color (decimal): -3167 or 10613759. OLE color: 10613759.
HSL color Cylindrical-coordinate representation of color #FFF3A1: hue angle of 52.34º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFF3A1 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 161 | - |
| CMYK | 0 | 0.05 | 0.37 | 0 |
| HSL | 52.34º | 1% | 0.82% | - |
| HSV(B) | 52.34º | 0.37% | 1% | - |
| XYZ | 79.72 | 87.93 | 46.49 | - |
| YUV | 237.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 161 | 0 | 0.05 | 0.37 | 0 | 52.34 | 1 | 0.82 |
| Hex | FF | F3 | A1 | 0 | 5 | 25 | 0 | 34 | 64 | 52 |
| Octal | 377 | 363 | 241 | 0 | 5 | 45 | 0 | 64 | 144 | 122 |
| Binary | 11111111 | 11110011 | 10100001 | 0 | 101 | 100101 | 0 | 110100 | 1100100 | 1010010 |
Color Harmonies of #FFF3A1
Complementary color
Monochromatic Colors of #FFF3A1
Black with #FFF3A1
Text Example
Text Example
White with #FFF3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3A1; }
p { color: rgb(255,243,161); }
H1.HeaderClassName
{
color: #FFF3A1;
}
.AnyTagClassName
{
color: #FFF3A1;
}
</style>
background-color css
<style>
a { background-color: #FFF3A1; }
a { background-color: rgb(255,243,161); }
div.DivClassName
{
background-color: #FFF3A1;
}
.BgClassName
{
background-color: #FFF3A1;
}
</style>
border-color css
<style>
span { border-color: #FFF3A1; }
span { border-color: rgb(255,243,161); }
td.TdClassName
{
border-color: #FFF3A1;
}
.TagClassName
{
border-color: #FFF3A1;
}
</style>