Shades of Pale Prim #FEF69C
Tints of Pale Prim #FEF69C
RGB
CMYK
RGB Variations
Color information
#FEF69C (or 0xFEF69C) is known color: Pale Prim. HEX triplet: FE, F6 and 9C. RGB value is (254,246,156). Sum of RGB (Red+Green+Blue) = 254+246+156=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 156 (61.33% from 255 or 23.78% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF69C is #010963. Grayscale: #EEEEEE. Windows color (decimal): -67940 or 10286846. OLE color: 10286846.
HSL color Cylindrical-coordinate representation of color #FEF69C: hue angle of 55.1º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEF69C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 156 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.00 |
| HSL | 55.1º | 0.98% | 0.8% | - |
| HSV(B) | 55.1º | 0.39% | 1% | - |
| XYZ | 79.83 | 89.38 | 44.5 | - |
| YUV | 238.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 156 | 0 | 0.03 | 0.39 | 0.00 | 55.1 | 0.98 | 0.8 |
| Hex | FE | F6 | 9C | 0 | 3 | 27 | 0 | 37 | 62 | 50 |
| Octal | 376 | 366 | 234 | 0 | 3 | 47 | 0 | 67 | 142 | 120 |
| Binary | 11111110 | 11110110 | 10011100 | 0 | 11 | 100111 | 0 | 110111 | 1100010 | 1010000 |
Color Harmonies of #FEF69C
Complementary color
Monochromatic Colors of #FEF69C
Black with #FEF69C
Text Example
Text Example
White with #FEF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF69C; }
p { color: rgb(254,246,156); }
H1.HeaderClassName
{
color: #FEF69C;
}
.AnyTagClassName
{
color: #FEF69C;
}
</style>
background-color css
<style>
a { background-color: #FEF69C; }
a { background-color: rgb(254,246,156); }
div.DivClassName
{
background-color: #FEF69C;
}
.BgClassName
{
background-color: #FEF69C;
}
</style>
border-color css
<style>
span { border-color: #FEF69C; }
span { border-color: rgb(254,246,156); }
td.TdClassName
{
border-color: #FEF69C;
}
.TagClassName
{
border-color: #FEF69C;
}
</style>