Shades of Carla #F6FCC2
Tints of Carla #F6FCC2
RGB
CMYK
RGB Variations
Color information
#F6FCC2 (or 0xF6FCC2) is known color: Carla. HEX triplet: F6, FC and C2. RGB value is (246,252,194). Sum of RGB (Red+Green+Blue) = 246+252+194=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 194 (76.17% from 255 or 28.03% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCC2 is #09033D. Grayscale: #F3F3F3. Windows color (decimal): -590654 or 12778742. OLE color: 12778742.
HSL color Cylindrical-coordinate representation of color #F6FCC2: hue angle of 66.21º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6FCC2 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 194 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.01 |
| HSL | 66.21º | 0.91% | 0.87% | - |
| HSV(B) | 66.21º | 0.23% | 0.99% | - |
| XYZ | 82.55 | 93.11 | 64.66 | - |
| YUV | 243.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 194 | 0.02 | 0 | 0.23 | 0.01 | 66.21 | 0.91 | 0.87 |
| Hex | F6 | FC | C2 | 2 | 0 | 17 | 1 | 42 | 5B | 57 |
| Octal | 366 | 374 | 302 | 2 | 0 | 27 | 1 | 102 | 133 | 127 |
| Binary | 11110110 | 11111100 | 11000010 | 10 | 0 | 10111 | 1 | 1000010 | 1011011 | 1010111 |
Color Harmonies of #F6FCC2
Complementary color
Monochromatic Colors of #F6FCC2
Black with #F6FCC2
Text Example
Text Example
White with #F6FCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCC2; }
p { color: rgb(246,252,194); }
H1.HeaderClassName
{
color: #F6FCC2;
}
.AnyTagClassName
{
color: #F6FCC2;
}
</style>
background-color css
<style>
a { background-color: #F6FCC2; }
a { background-color: rgb(246,252,194); }
div.DivClassName
{
background-color: #F6FCC2;
}
.BgClassName
{
background-color: #F6FCC2;
}
</style>
border-color css
<style>
span { border-color: #F6FCC2; }
span { border-color: rgb(246,252,194); }
td.TdClassName
{
border-color: #F6FCC2;
}
.TagClassName
{
border-color: #F6FCC2;
}
</style>