Shades of Pale Prim #FCF69C
Tints of Pale Prim #FCF69C
RGB
CMYK
RGB Variations
Color information
#FCF69C (or 0xFCF69C) is known color: Pale Prim. HEX triplet: FC, F6 and 9C. RGB value is (252,246,156). Sum of RGB (Red+Green+Blue) = 252+246+156=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 156 (61.33% from 255 or 23.85% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF69C is #030963. Grayscale: #EDEDED. Windows color (decimal): -199012 or 10286844. OLE color: 10286844.
HSL color Cylindrical-coordinate representation of color #FCF69C: hue angle of 56.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCF69C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 156 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.01 |
| HSL | 56.25º | 0.94% | 0.8% | - |
| HSV(B) | 56.25º | 0.38% | 0.99% | - |
| XYZ | 79.1 | 89.01 | 44.46 | - |
| YUV | 237.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 156 | 0 | 0.02 | 0.38 | 0.01 | 56.25 | 0.94 | 0.8 |
| Hex | FC | F6 | 9C | 0 | 2 | 26 | 1 | 38 | 5E | 50 |
| Octal | 374 | 366 | 234 | 0 | 2 | 46 | 1 | 70 | 136 | 120 |
| Binary | 11111100 | 11110110 | 10011100 | 0 | 10 | 100110 | 1 | 111000 | 1011110 | 1010000 |
Color Harmonies of #FCF69C
Complementary color
Monochromatic Colors of #FCF69C
Black with #FCF69C
Text Example
Text Example
White with #FCF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF69C; }
p { color: rgb(252,246,156); }
H1.HeaderClassName
{
color: #FCF69C;
}
.AnyTagClassName
{
color: #FCF69C;
}
</style>
background-color css
<style>
a { background-color: #FCF69C; }
a { background-color: rgb(252,246,156); }
div.DivClassName
{
background-color: #FCF69C;
}
.BgClassName
{
background-color: #FCF69C;
}
</style>
border-color css
<style>
span { border-color: #FCF69C; }
span { border-color: rgb(252,246,156); }
td.TdClassName
{
border-color: #FCF69C;
}
.TagClassName
{
border-color: #FCF69C;
}
</style>