Shades of Pale Prim #FFF3A6
Tints of Pale Prim #FFF3A6
RGB
CMYK
RGB Variations
Color information
#FFF3A6 (or 0xFFF3A6) is known color: Pale Prim. HEX triplet: FF, F3 and A6. RGB value is (255,243,166). Sum of RGB (Red+Green+Blue) = 255+243+166=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 166 (65.23% from 255 or 25% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3A6 is #000C59. Grayscale: #EEEEEE. Windows color (decimal): -3162 or 10941439. OLE color: 10941439.
HSL color Cylindrical-coordinate representation of color #FFF3A6: hue angle of 51.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFF3A6 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 166 | - |
| CMYK | 0 | 0.05 | 0.35 | 0 |
| HSL | 51.91º | 1% | 0.83% | - |
| HSV(B) | 51.91º | 0.35% | 1% | - |
| XYZ | 80.17 | 88.11 | 48.86 | - |
| YUV | 237.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 166 | 0 | 0.05 | 0.35 | 0 | 51.91 | 1 | 0.83 |
| Hex | FF | F3 | A6 | 0 | 5 | 23 | 0 | 34 | 64 | 53 |
| Octal | 377 | 363 | 246 | 0 | 5 | 43 | 0 | 64 | 144 | 123 |
| Binary | 11111111 | 11110011 | 10100110 | 0 | 101 | 100011 | 0 | 110100 | 1100100 | 1010011 |
Color Harmonies of #FFF3A6
Complementary color
Monochromatic Colors of #FFF3A6
Black with #FFF3A6
Text Example
Text Example
White with #FFF3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3A6; }
p { color: rgb(255,243,166); }
H1.HeaderClassName
{
color: #FFF3A6;
}
.AnyTagClassName
{
color: #FFF3A6;
}
</style>
background-color css
<style>
a { background-color: #FFF3A6; }
a { background-color: rgb(255,243,166); }
div.DivClassName
{
background-color: #FFF3A6;
}
.BgClassName
{
background-color: #FFF3A6;
}
</style>
border-color css
<style>
span { border-color: #FFF3A6; }
span { border-color: rgb(255,243,166); }
td.TdClassName
{
border-color: #FFF3A6;
}
.TagClassName
{
border-color: #FFF3A6;
}
</style>