Shades of Carla #F5FCC9
Tints of Carla #F5FCC9
RGB
CMYK
RGB Variations
Color information
#F5FCC9 (or 0xF5FCC9) is known color: Carla. HEX triplet: F5, FC and C9. RGB value is (245,252,201). Sum of RGB (Red+Green+Blue) = 245+252+201=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 201 (78.91% from 255 or 28.80% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCC9 is #0A0336. Grayscale: #F4F4F4. Windows color (decimal): -656183 or 13237493. OLE color: 13237493.
HSL color Cylindrical-coordinate representation of color #F5FCC9: hue angle of 68.24º 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 #F5FCC9 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 201 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.01 |
| HSL | 68.24º | 0.89% | 0.89% | - |
| HSV(B) | 68.24º | 0.2% | 0.99% | - |
| XYZ | 83.01 | 93.25 | 68.88 | - |
| YUV | 244.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 201 | 0.03 | 0 | 0.20 | 0.01 | 68.24 | 0.89 | 0.89 |
| Hex | F5 | FC | C9 | 3 | 0 | 14 | 1 | 44 | 59 | 59 |
| Octal | 365 | 374 | 311 | 3 | 0 | 24 | 1 | 104 | 131 | 131 |
| Binary | 11110101 | 11111100 | 11001001 | 11 | 0 | 10100 | 1 | 1000100 | 1011001 | 1011001 |
Color Harmonies of #F5FCC9
Complementary color
Monochromatic Colors of #F5FCC9
Black with #F5FCC9
Text Example
Text Example
White with #F5FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCC9; }
p { color: rgb(245,252,201); }
H1.HeaderClassName
{
color: #F5FCC9;
}
.AnyTagClassName
{
color: #F5FCC9;
}
</style>
background-color css
<style>
a { background-color: #F5FCC9; }
a { background-color: rgb(245,252,201); }
div.DivClassName
{
background-color: #F5FCC9;
}
.BgClassName
{
background-color: #F5FCC9;
}
</style>
border-color css
<style>
span { border-color: #F5FCC9; }
span { border-color: rgb(245,252,201); }
td.TdClassName
{
border-color: #F5FCC9;
}
.TagClassName
{
border-color: #F5FCC9;
}
</style>