Shades of Carla #F9FEC1
Tints of Carla #F9FEC1
RGB
CMYK
RGB Variations
Color information
#F9FEC1 (or 0xF9FEC1) is known color: Carla. HEX triplet: F9, FE and C1. RGB value is (249,254,193). Sum of RGB (Red+Green+Blue) = 249+254+193=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 193 (75.78% from 255 or 27.73% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FEC1 is #06013E. Grayscale: #F5F5F5. Windows color (decimal): -393535 or 12713721. OLE color: 12713721.
HSL color Cylindrical-coordinate representation of color #F9FEC1: hue angle of 64.92º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9FEC1 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 193 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.00 |
| HSL | 64.92º | 0.97% | 0.88% | - |
| HSV(B) | 64.92º | 0.24% | 1% | - |
| XYZ | 84.13 | 94.87 | 64.33 | - |
| YUV | 245.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 193 | 0.02 | 0 | 0.24 | 0.00 | 64.92 | 0.97 | 0.88 |
| Hex | F9 | FE | C1 | 2 | 0 | 18 | 0 | 41 | 61 | 58 |
| Octal | 371 | 376 | 301 | 2 | 0 | 30 | 0 | 101 | 141 | 130 |
| Binary | 11111001 | 11111110 | 11000001 | 10 | 0 | 11000 | 0 | 1000001 | 1100001 | 1011000 |
Color Harmonies of #F9FEC1
Complementary color
Monochromatic Colors of #F9FEC1
Black with #F9FEC1
Text Example
Text Example
White with #F9FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FEC1; }
p { color: rgb(249,254,193); }
H1.HeaderClassName
{
color: #F9FEC1;
}
.AnyTagClassName
{
color: #F9FEC1;
}
</style>
background-color css
<style>
a { background-color: #F9FEC1; }
a { background-color: rgb(249,254,193); }
div.DivClassName
{
background-color: #F9FEC1;
}
.BgClassName
{
background-color: #F9FEC1;
}
</style>
border-color css
<style>
span { border-color: #F9FEC1; }
span { border-color: rgb(249,254,193); }
td.TdClassName
{
border-color: #F9FEC1;
}
.TagClassName
{
border-color: #F9FEC1;
}
</style>