Shades of Carla #F5FECE
Tints of Carla #F5FECE
RGB
CMYK
RGB Variations
Color information
#F5FECE (or 0xF5FECE) is known color: Carla. HEX triplet: F5, FE and CE. RGB value is (245,254,206). Sum of RGB (Red+Green+Blue) = 245+254+206=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 206 (80.86% from 255 or 29.22% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FECE is #0A0131. Grayscale: #F6F6F6. Windows color (decimal): -655666 or 13565685. OLE color: 13565685.
HSL color Cylindrical-coordinate representation of color #F5FECE: hue angle of 71.25º 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 #F5FECE is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 206 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.00 |
| HSL | 71.25º | 0.96% | 0.9% | - |
| HSV(B) | 71.25º | 0.19% | 1% | - |
| XYZ | 84.24 | 94.75 | 72.24 | - |
| YUV | 245.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 206 | 0.04 | 0 | 0.19 | 0.00 | 71.25 | 0.96 | 0.9 |
| Hex | F5 | FE | CE | 4 | 0 | 13 | 0 | 47 | 60 | 5A |
| Octal | 365 | 376 | 316 | 4 | 0 | 23 | 0 | 107 | 140 | 132 |
| Binary | 11110101 | 11111110 | 11001110 | 100 | 0 | 10011 | 0 | 1000111 | 1100000 | 1011010 |
Color Harmonies of #F5FECE
Complementary color
Monochromatic Colors of #F5FECE
Black with #F5FECE
Text Example
Text Example
White with #F5FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FECE; }
p { color: rgb(245,254,206); }
H1.HeaderClassName
{
color: #F5FECE;
}
.AnyTagClassName
{
color: #F5FECE;
}
</style>
background-color css
<style>
a { background-color: #F5FECE; }
a { background-color: rgb(245,254,206); }
div.DivClassName
{
background-color: #F5FECE;
}
.BgClassName
{
background-color: #F5FECE;
}
</style>
border-color css
<style>
span { border-color: #F5FECE; }
span { border-color: rgb(245,254,206); }
td.TdClassName
{
border-color: #F5FECE;
}
.TagClassName
{
border-color: #F5FECE;
}
</style>