Shades of Carla #F5FFC9
Tints of Carla #F5FFC9
RGB
CMYK
RGB Variations
Color information
#F5FFC9 (or 0xF5FFC9) is known color: Carla. HEX triplet: F5, FF and C9. RGB value is (245,255,201). Sum of RGB (Red+Green+Blue) = 245+255+201=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 201 (78.91% from 255 or 28.67% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFC9 is #0A0036. Grayscale: #F6F6F6. Windows color (decimal): -655415 or 13238261. OLE color: 13238261.
HSL color Cylindrical-coordinate representation of color #F5FFC9: hue angle of 71.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5FFC9 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 201 | - |
| CMYK | 0.04 | 0 | 0.21 | 0 |
| HSL | 71.11º | 1% | 0.89% | - |
| HSV(B) | 71.11º | 0.21% | 1% | - |
| XYZ | 83.96 | 95.15 | 69.2 | - |
| YUV | 245.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 201 | 0.04 | 0 | 0.21 | 0 | 71.11 | 1 | 0.89 |
| Hex | F5 | FF | C9 | 4 | 0 | 15 | 0 | 47 | 64 | 59 |
| Octal | 365 | 377 | 311 | 4 | 0 | 25 | 0 | 107 | 144 | 131 |
| Binary | 11110101 | 11111111 | 11001001 | 100 | 0 | 10101 | 0 | 1000111 | 1100100 | 1011001 |
Color Harmonies of #F5FFC9
Complementary color
Monochromatic Colors of #F5FFC9
Black with #F5FFC9
Text Example
Text Example
White with #F5FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFC9; }
p { color: rgb(245,255,201); }
H1.HeaderClassName
{
color: #F5FFC9;
}
.AnyTagClassName
{
color: #F5FFC9;
}
</style>
background-color css
<style>
a { background-color: #F5FFC9; }
a { background-color: rgb(245,255,201); }
div.DivClassName
{
background-color: #F5FFC9;
}
.BgClassName
{
background-color: #F5FFC9;
}
</style>
border-color css
<style>
span { border-color: #F5FFC9; }
span { border-color: rgb(245,255,201); }
td.TdClassName
{
border-color: #F5FFC9;
}
.TagClassName
{
border-color: #F5FFC9;
}
</style>