Shades of Pale Prim #FDF69A
Tints of Pale Prim #FDF69A
RGB
CMYK
RGB Variations
Color information
#FDF69A (or 0xFDF69A) is known color: Pale Prim. HEX triplet: FD, F6 and 9A. RGB value is (253,246,154). Sum of RGB (Red+Green+Blue) = 253+246+154=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 154 (60.55% from 255 or 23.58% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF69A is #020965. Grayscale: #EDEDED. Windows color (decimal): -133478 or 10155773. OLE color: 10155773.
HSL color Cylindrical-coordinate representation of color #FDF69A: hue angle of 55.76º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDF69A is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 154 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.01 |
| HSL | 55.76º | 0.96% | 0.8% | - |
| HSV(B) | 55.76º | 0.39% | 0.99% | - |
| XYZ | 79.3 | 89.13 | 43.6 | - |
| YUV | 237.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 154 | 0 | 0.03 | 0.39 | 0.01 | 55.76 | 0.96 | 0.8 |
| Hex | FD | F6 | 9A | 0 | 3 | 27 | 1 | 38 | 60 | 50 |
| Octal | 375 | 366 | 232 | 0 | 3 | 47 | 1 | 70 | 140 | 120 |
| Binary | 11111101 | 11110110 | 10011010 | 0 | 11 | 100111 | 1 | 111000 | 1100000 | 1010000 |
Color Harmonies of #FDF69A
Complementary color
Monochromatic Colors of #FDF69A
Black with #FDF69A
Text Example
Text Example
White with #FDF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF69A; }
p { color: rgb(253,246,154); }
H1.HeaderClassName
{
color: #FDF69A;
}
.AnyTagClassName
{
color: #FDF69A;
}
</style>
background-color css
<style>
a { background-color: #FDF69A; }
a { background-color: rgb(253,246,154); }
div.DivClassName
{
background-color: #FDF69A;
}
.BgClassName
{
background-color: #FDF69A;
}
</style>
border-color css
<style>
span { border-color: #FDF69A; }
span { border-color: rgb(253,246,154); }
td.TdClassName
{
border-color: #FDF69A;
}
.TagClassName
{
border-color: #FDF69A;
}
</style>