Shades of Carla #F5FFC6
Tints of Carla #F5FFC6
RGB
CMYK
RGB Variations
Color information
#F5FFC6 (or 0xF5FFC6) is known color: Carla. HEX triplet: F5, FF and C6. RGB value is (245,255,198). Sum of RGB (Red+Green+Blue) = 245+255+198=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 198 (77.73% from 255 or 28.37% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFC6 is #0A0039. Grayscale: #F5F5F5. Windows color (decimal): -655418 or 13041653. OLE color: 13041653.
HSL color Cylindrical-coordinate representation of color #F5FFC6: hue angle of 70.53º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5FFC6 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 198 | - |
| CMYK | 0.04 | 0 | 0.22 | 0 |
| HSL | 70.53º | 1% | 0.89% | - |
| HSV(B) | 70.53º | 0.22% | 1% | - |
| XYZ | 83.61 | 95.01 | 67.36 | - |
| YUV | 245.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 198 | 0.04 | 0 | 0.22 | 0 | 70.53 | 1 | 0.89 |
| Hex | F5 | FF | C6 | 4 | 0 | 16 | 0 | 47 | 64 | 59 |
| Octal | 365 | 377 | 306 | 4 | 0 | 26 | 0 | 107 | 144 | 131 |
| Binary | 11110101 | 11111111 | 11000110 | 100 | 0 | 10110 | 0 | 1000111 | 1100100 | 1011001 |
Color Harmonies of #F5FFC6
Complementary color
Monochromatic Colors of #F5FFC6
Black with #F5FFC6
Text Example
Text Example
White with #F5FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFC6; }
p { color: rgb(245,255,198); }
H1.HeaderClassName
{
color: #F5FFC6;
}
.AnyTagClassName
{
color: #F5FFC6;
}
</style>
background-color css
<style>
a { background-color: #F5FFC6; }
a { background-color: rgb(245,255,198); }
div.DivClassName
{
background-color: #F5FFC6;
}
.BgClassName
{
background-color: #F5FFC6;
}
</style>
border-color css
<style>
span { border-color: #F5FFC6; }
span { border-color: rgb(245,255,198); }
td.TdClassName
{
border-color: #F5FFC6;
}
.TagClassName
{
border-color: #F5FFC6;
}
</style>