Shades of Carla #F5FAC9
Tints of Carla #F5FAC9
RGB
CMYK
RGB Variations
Color information
#F5FAC9 (or 0xF5FAC9) is known color: Carla. HEX triplet: F5, FA and C9. RGB value is (245,250,201). Sum of RGB (Red+Green+Blue) = 245+250+201=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 201 (78.91% from 255 or 28.88% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FAC9 is #0A0536. Grayscale: #F3F3F3. Windows color (decimal): -656695 or 13236981. OLE color: 13236981.
HSL color Cylindrical-coordinate representation of color #F5FAC9: hue angle of 66.12º 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 #F5FAC9 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 201 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.02 |
| HSL | 66.12º | 0.83% | 0.88% | - |
| HSV(B) | 66.12º | 0.2% | 0.98% | - |
| XYZ | 82.38 | 92 | 68.67 | - |
| YUV | 242.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 201 | 0.02 | 0 | 0.20 | 0.02 | 66.12 | 0.83 | 0.88 |
| Hex | F5 | FA | C9 | 2 | 0 | 14 | 2 | 42 | 53 | 58 |
| Octal | 365 | 372 | 311 | 2 | 0 | 24 | 2 | 102 | 123 | 130 |
| Binary | 11110101 | 11111010 | 11001001 | 10 | 0 | 10100 | 10 | 1000010 | 1010011 | 1011000 |
Color Harmonies of #F5FAC9
Complementary color
Monochromatic Colors of #F5FAC9
Black with #F5FAC9
Text Example
Text Example
White with #F5FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FAC9; }
p { color: rgb(245,250,201); }
H1.HeaderClassName
{
color: #F5FAC9;
}
.AnyTagClassName
{
color: #F5FAC9;
}
</style>
background-color css
<style>
a { background-color: #F5FAC9; }
a { background-color: rgb(245,250,201); }
div.DivClassName
{
background-color: #F5FAC9;
}
.BgClassName
{
background-color: #F5FAC9;
}
</style>
border-color css
<style>
span { border-color: #F5FAC9; }
span { border-color: rgb(245,250,201); }
td.TdClassName
{
border-color: #F5FAC9;
}
.TagClassName
{
border-color: #F5FAC9;
}
</style>