Shades of Carla #F5F9C9
Tints of Carla #F5F9C9
RGB
CMYK
RGB Variations
Color information
#F5F9C9 (or 0xF5F9C9) is known color: Carla. HEX triplet: F5, F9 and C9. RGB value is (245,249,201). Sum of RGB (Red+Green+Blue) = 245+249+201=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 201 (78.91% from 255 or 28.92% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9C9 is #0A0636. Grayscale: #F2F2F2. Windows color (decimal): -656951 or 13236725. OLE color: 13236725.
HSL color Cylindrical-coordinate representation of color #F5F9C9: hue angle of 65º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5F9C9 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 249 | 201 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.02 |
| HSL | 65º | 0.8% | 0.88% | - |
| HSV(B) | 65º | 0.19% | 0.98% | - |
| XYZ | 82.07 | 91.38 | 68.57 | - |
| YUV | 242.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 249 | 201 | 0.02 | 0 | 0.19 | 0.02 | 65 | 0.8 | 0.88 |
| Hex | F5 | F9 | C9 | 2 | 0 | 13 | 2 | 41 | 50 | 58 |
| Octal | 365 | 371 | 311 | 2 | 0 | 23 | 2 | 101 | 120 | 130 |
| Binary | 11110101 | 11111001 | 11001001 | 10 | 0 | 10011 | 10 | 1000001 | 1010000 | 1011000 |
Color Harmonies of #F5F9C9
Complementary color
Monochromatic Colors of #F5F9C9
Black with #F5F9C9
Text Example
Text Example
White with #F5F9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F9C9; }
p { color: rgb(245,249,201); }
H1.HeaderClassName
{
color: #F5F9C9;
}
.AnyTagClassName
{
color: #F5F9C9;
}
</style>
background-color css
<style>
a { background-color: #F5F9C9; }
a { background-color: rgb(245,249,201); }
div.DivClassName
{
background-color: #F5F9C9;
}
.BgClassName
{
background-color: #F5F9C9;
}
</style>
border-color css
<style>
span { border-color: #F5F9C9; }
span { border-color: rgb(245,249,201); }
td.TdClassName
{
border-color: #F5F9C9;
}
.TagClassName
{
border-color: #F5F9C9;
}
</style>