Shades of Carla #F6FECF
Tints of Carla #F6FECF
RGB
CMYK
RGB Variations
Color information
#F6FECF (or 0xF6FECF) is known color: Carla. HEX triplet: F6, FE and CF. RGB value is (246,254,207). Sum of RGB (Red+Green+Blue) = 246+254+207=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 207 (81.25% from 255 or 29.28% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FECF is #090130. Grayscale: #F6F6F6. Windows color (decimal): -590129 or 13631222. OLE color: 13631222.
HSL color Cylindrical-coordinate representation of color #F6FECF: hue angle of 70.21º 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 #F6FECF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 207 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.00 |
| HSL | 70.21º | 0.96% | 0.9% | - |
| HSV(B) | 70.21º | 0.19% | 1% | - |
| XYZ | 84.71 | 94.98 | 72.9 | - |
| YUV | 246.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 207 | 0.03 | 0 | 0.19 | 0.00 | 70.21 | 0.96 | 0.9 |
| Hex | F6 | FE | CF | 3 | 0 | 13 | 0 | 46 | 60 | 5A |
| Octal | 366 | 376 | 317 | 3 | 0 | 23 | 0 | 106 | 140 | 132 |
| Binary | 11110110 | 11111110 | 11001111 | 11 | 0 | 10011 | 0 | 1000110 | 1100000 | 1011010 |
Color Harmonies of #F6FECF
Complementary color
Monochromatic Colors of #F6FECF
Black with #F6FECF
Text Example
Text Example
White with #F6FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FECF; }
p { color: rgb(246,254,207); }
H1.HeaderClassName
{
color: #F6FECF;
}
.AnyTagClassName
{
color: #F6FECF;
}
</style>
background-color css
<style>
a { background-color: #F6FECF; }
a { background-color: rgb(246,254,207); }
div.DivClassName
{
background-color: #F6FECF;
}
.BgClassName
{
background-color: #F6FECF;
}
</style>
border-color css
<style>
span { border-color: #F6FECF; }
span { border-color: rgb(246,254,207); }
td.TdClassName
{
border-color: #F6FECF;
}
.TagClassName
{
border-color: #F6FECF;
}
</style>