Shades of Carla #F5FECF
Tints of Carla #F5FECF
RGB
CMYK
RGB Variations
Color information
#F5FECF (or 0xF5FECF) is known color: Carla. HEX triplet: F5, FE and CF. RGB value is (245,254,207). Sum of RGB (Red+Green+Blue) = 245+254+207=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 207 (81.25% from 255 or 29.32% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FECF is #0A0130. Grayscale: #F6F6F6. Windows color (decimal): -655665 or 13631221. OLE color: 13631221.
HSL color Cylindrical-coordinate representation of color #F5FECF: hue angle of 71.49º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5FECF is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 207 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.00 |
| HSL | 71.49º | 0.96% | 0.9% | - |
| HSV(B) | 71.49º | 0.19% | 1% | - |
| XYZ | 84.36 | 94.8 | 72.88 | - |
| YUV | 245.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 207 | 0.04 | 0 | 0.19 | 0.00 | 71.49 | 0.96 | 0.9 |
| Hex | F5 | FE | CF | 4 | 0 | 13 | 0 | 47 | 60 | 5A |
| Octal | 365 | 376 | 317 | 4 | 0 | 23 | 0 | 107 | 140 | 132 |
| Binary | 11110101 | 11111110 | 11001111 | 100 | 0 | 10011 | 0 | 1000111 | 1100000 | 1011010 |
Color Harmonies of #F5FECF
Complementary color
Monochromatic Colors of #F5FECF
Black with #F5FECF
Text Example
Text Example
White with #F5FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FECF; }
p { color: rgb(245,254,207); }
H1.HeaderClassName
{
color: #F5FECF;
}
.AnyTagClassName
{
color: #F5FECF;
}
</style>
background-color css
<style>
a { background-color: #F5FECF; }
a { background-color: rgb(245,254,207); }
div.DivClassName
{
background-color: #F5FECF;
}
.BgClassName
{
background-color: #F5FECF;
}
</style>
border-color css
<style>
span { border-color: #F5FECF; }
span { border-color: rgb(245,254,207); }
td.TdClassName
{
border-color: #F5FECF;
}
.TagClassName
{
border-color: #F5FECF;
}
</style>