Shades of Carla #F9FCC9
Tints of Carla #F9FCC9
RGB
CMYK
RGB Variations
Color information
#F9FCC9 (or 0xF9FCC9) is known color: Carla. HEX triplet: F9, FC and C9. RGB value is (249,252,201). Sum of RGB (Red+Green+Blue) = 249+252+201=702 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.47% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 201 (78.91% from 255 or 28.63% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCC9 is #060336. Grayscale: #F5F5F5. Windows color (decimal): -394039 or 13237497. OLE color: 13237497.
HSL color Cylindrical-coordinate representation of color #F9FCC9: hue angle of 63.53º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9FCC9 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 201 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.01 |
| HSL | 63.53º | 0.89% | 0.89% | - |
| HSV(B) | 63.53º | 0.2% | 0.99% | - |
| XYZ | 84.42 | 93.98 | 68.95 | - |
| YUV | 245.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 201 | 0.01 | 0 | 0.20 | 0.01 | 63.53 | 0.89 | 0.89 |
| Hex | F9 | FC | C9 | 1 | 0 | 14 | 1 | 40 | 59 | 59 |
| Octal | 371 | 374 | 311 | 1 | 0 | 24 | 1 | 100 | 131 | 131 |
| Binary | 11111001 | 11111100 | 11001001 | 1 | 0 | 10100 | 1 | 1000000 | 1011001 | 1011001 |
Color Harmonies of #F9FCC9
Complementary color
Monochromatic Colors of #F9FCC9
Black with #F9FCC9
Text Example
Text Example
White with #F9FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCC9; }
p { color: rgb(249,252,201); }
H1.HeaderClassName
{
color: #F9FCC9;
}
.AnyTagClassName
{
color: #F9FCC9;
}
</style>
background-color css
<style>
a { background-color: #F9FCC9; }
a { background-color: rgb(249,252,201); }
div.DivClassName
{
background-color: #F9FCC9;
}
.BgClassName
{
background-color: #F9FCC9;
}
</style>
border-color css
<style>
span { border-color: #F9FCC9; }
span { border-color: rgb(249,252,201); }
td.TdClassName
{
border-color: #F9FCC9;
}
.TagClassName
{
border-color: #F9FCC9;
}
</style>