Shades of Carla #F6FFCD
Tints of Carla #F6FFCD
RGB
CMYK
RGB Variations
Color information
#F6FFCD (or 0xF6FFCD) is known color: Carla. HEX triplet: F6, FF and CD. RGB value is (246,255,205). Sum of RGB (Red+Green+Blue) = 246+255+205=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 205 (80.47% from 255 or 29.04% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFCD is #090032. Grayscale: #F6F6F6. Windows color (decimal): -589875 or 13500406. OLE color: 13500406.
HSL color Cylindrical-coordinate representation of color #F6FFCD: hue angle of 70.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6FFCD is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 205 | - |
| CMYK | 0.04 | 0 | 0.20 | 0 |
| HSL | 70.8º | 1% | 0.9% | - |
| HSV(B) | 70.8º | 0.2% | 1% | - |
| XYZ | 84.79 | 95.52 | 71.73 | - |
| YUV | 246.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 205 | 0.04 | 0 | 0.20 | 0 | 70.8 | 1 | 0.9 |
| Hex | F6 | FF | CD | 4 | 0 | 14 | 0 | 47 | 64 | 5A |
| Octal | 366 | 377 | 315 | 4 | 0 | 24 | 0 | 107 | 144 | 132 |
| Binary | 11110110 | 11111111 | 11001101 | 100 | 0 | 10100 | 0 | 1000111 | 1100100 | 1011010 |
Color Harmonies of #F6FFCD
Complementary color
Monochromatic Colors of #F6FFCD
Black with #F6FFCD
Text Example
Text Example
White with #F6FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFCD; }
p { color: rgb(246,255,205); }
H1.HeaderClassName
{
color: #F6FFCD;
}
.AnyTagClassName
{
color: #F6FFCD;
}
</style>
background-color css
<style>
a { background-color: #F6FFCD; }
a { background-color: rgb(246,255,205); }
div.DivClassName
{
background-color: #F6FFCD;
}
.BgClassName
{
background-color: #F6FFCD;
}
</style>
border-color css
<style>
span { border-color: #F6FFCD; }
span { border-color: rgb(246,255,205); }
td.TdClassName
{
border-color: #F6FFCD;
}
.TagClassName
{
border-color: #F6FFCD;
}
</style>