Shades of Carla #F6FECE
Tints of Carla #F6FECE
RGB
CMYK
RGB Variations
Color information
#F6FECE (or 0xF6FECE) is known color: Carla. HEX triplet: F6, FE and CE. RGB value is (246,254,206). Sum of RGB (Red+Green+Blue) = 246+254+206=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 206 (80.86% from 255 or 29.18% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FECE is #090131. Grayscale: #F6F6F6. Windows color (decimal): -590130 or 13565686. OLE color: 13565686.
HSL color Cylindrical-coordinate representation of color #F6FECE: hue angle of 70º 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 #F6FECE is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 206 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.00 |
| HSL | 70º | 0.96% | 0.9% | - |
| HSV(B) | 70º | 0.19% | 1% | - |
| XYZ | 84.59 | 94.93 | 72.26 | - |
| YUV | 246.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 206 | 0.03 | 0 | 0.19 | 0.00 | 70 | 0.96 | 0.9 |
| Hex | F6 | FE | CE | 3 | 0 | 13 | 0 | 46 | 60 | 5A |
| Octal | 366 | 376 | 316 | 3 | 0 | 23 | 0 | 106 | 140 | 132 |
| Binary | 11110110 | 11111110 | 11001110 | 11 | 0 | 10011 | 0 | 1000110 | 1100000 | 1011010 |
Color Harmonies of #F6FECE
Complementary color
Monochromatic Colors of #F6FECE
Black with #F6FECE
Text Example
Text Example
White with #F6FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FECE; }
p { color: rgb(246,254,206); }
H1.HeaderClassName
{
color: #F6FECE;
}
.AnyTagClassName
{
color: #F6FECE;
}
</style>
background-color css
<style>
a { background-color: #F6FECE; }
a { background-color: rgb(246,254,206); }
div.DivClassName
{
background-color: #F6FECE;
}
.BgClassName
{
background-color: #F6FECE;
}
</style>
border-color css
<style>
span { border-color: #F6FECE; }
span { border-color: rgb(246,254,206); }
td.TdClassName
{
border-color: #F6FECE;
}
.TagClassName
{
border-color: #F6FECE;
}
</style>