Shades of Carla #F1FAC8
Tints of Carla #F1FAC8
RGB
CMYK
RGB Variations
Color information
#F1FAC8 (or 0xF1FAC8) is known color: Carla. HEX triplet: F1, FA and C8. RGB value is (241,250,200). Sum of RGB (Red+Green+Blue) = 241+250+200=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 200 (78.52% from 255 or 28.94% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAC8 is #0E0537. Grayscale: #F1F1F1. Windows color (decimal): -918840 or 13171441. OLE color: 13171441.
HSL color Cylindrical-coordinate representation of color #F1FAC8: hue angle of 70.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1FAC8 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 200 | - |
| CMYK | 0.04 | 0 | 0.2 | 0.02 |
| HSL | 70.8º | 0.83% | 0.88% | - |
| HSV(B) | 70.8º | 0.2% | 0.98% | - |
| XYZ | 80.89 | 91.24 | 67.99 | - |
| YUV | 241.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 200 | 0.04 | 0 | 0.2 | 0.02 | 70.8 | 0.83 | 0.88 |
| Hex | F1 | FA | C8 | 4 | 0 | 14 | 2 | 47 | 53 | 58 |
| Octal | 361 | 372 | 310 | 4 | 0 | 24 | 2 | 107 | 123 | 130 |
| Binary | 11110001 | 11111010 | 11001000 | 100 | 0 | 10100 | 10 | 1000111 | 1010011 | 1011000 |
Color Harmonies of #F1FAC8
Complementary color
Monochromatic Colors of #F1FAC8
Black with #F1FAC8
Text Example
Text Example
White with #F1FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FAC8; }
p { color: rgb(241,250,200); }
H1.HeaderClassName
{
color: #F1FAC8;
}
.AnyTagClassName
{
color: #F1FAC8;
}
</style>
background-color css
<style>
a { background-color: #F1FAC8; }
a { background-color: rgb(241,250,200); }
div.DivClassName
{
background-color: #F1FAC8;
}
.BgClassName
{
background-color: #F1FAC8;
}
</style>
border-color css
<style>
span { border-color: #F1FAC8; }
span { border-color: rgb(241,250,200); }
td.TdClassName
{
border-color: #F1FAC8;
}
.TagClassName
{
border-color: #F1FAC8;
}
</style>