Shades of Pale Prim #FDF69B
Tints of Pale Prim #FDF69B
RGB
CMYK
RGB Variations
Color information
#FDF69B (or 0xFDF69B) is known color: Pale Prim. HEX triplet: FD, F6 and 9B. RGB value is (253,246,155). Sum of RGB (Red+Green+Blue) = 253+246+155=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 155 (60.94% from 255 or 23.70% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF69B is #020964. Grayscale: #EEEEEE. Windows color (decimal): -133477 or 10221309. OLE color: 10221309.
HSL color Cylindrical-coordinate representation of color #FDF69B: hue angle of 55.71º 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 #FDF69B is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 155 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.01 |
| HSL | 55.71º | 0.96% | 0.8% | - |
| HSV(B) | 55.71º | 0.39% | 0.99% | - |
| XYZ | 79.38 | 89.16 | 44.04 | - |
| YUV | 237.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 155 | 0 | 0.03 | 0.39 | 0.01 | 55.71 | 0.96 | 0.8 |
| Hex | FD | F6 | 9B | 0 | 3 | 27 | 1 | 38 | 60 | 50 |
| Octal | 375 | 366 | 233 | 0 | 3 | 47 | 1 | 70 | 140 | 120 |
| Binary | 11111101 | 11110110 | 10011011 | 0 | 11 | 100111 | 1 | 111000 | 1100000 | 1010000 |
Color Harmonies of #FDF69B
Complementary color
Monochromatic Colors of #FDF69B
Black with #FDF69B
Text Example
Text Example
White with #FDF69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF69B; }
p { color: rgb(253,246,155); }
H1.HeaderClassName
{
color: #FDF69B;
}
.AnyTagClassName
{
color: #FDF69B;
}
</style>
background-color css
<style>
a { background-color: #FDF69B; }
a { background-color: rgb(253,246,155); }
div.DivClassName
{
background-color: #FDF69B;
}
.BgClassName
{
background-color: #FDF69B;
}
</style>
border-color css
<style>
span { border-color: #FDF69B; }
span { border-color: rgb(253,246,155); }
td.TdClassName
{
border-color: #FDF69B;
}
.TagClassName
{
border-color: #FDF69B;
}
</style>