Shades of Carla #F6FAC2
Tints of Carla #F6FAC2
RGB
CMYK
RGB Variations
Color information
#F6FAC2 (or 0xF6FAC2) is known color: Carla. HEX triplet: F6, FA and C2. RGB value is (246,250,194). Sum of RGB (Red+Green+Blue) = 246+250+194=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 194 (76.17% from 255 or 28.12% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FAC2 is #09053D. Grayscale: #F2F2F2. Windows color (decimal): -591166 or 12778230. OLE color: 12778230.
HSL color Cylindrical-coordinate representation of color #F6FAC2: hue angle of 64.29º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6FAC2 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 194 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.02 |
| HSL | 64.29º | 0.85% | 0.87% | - |
| HSV(B) | 64.29º | 0.22% | 0.98% | - |
| XYZ | 81.93 | 91.86 | 64.45 | - |
| YUV | 242.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 194 | 0.02 | 0 | 0.22 | 0.02 | 64.29 | 0.85 | 0.87 |
| Hex | F6 | FA | C2 | 2 | 0 | 16 | 2 | 40 | 55 | 57 |
| Octal | 366 | 372 | 302 | 2 | 0 | 26 | 2 | 100 | 125 | 127 |
| Binary | 11110110 | 11111010 | 11000010 | 10 | 0 | 10110 | 10 | 1000000 | 1010101 | 1010111 |
Color Harmonies of #F6FAC2
Complementary color
Monochromatic Colors of #F6FAC2
Black with #F6FAC2
Text Example
Text Example
White with #F6FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FAC2; }
p { color: rgb(246,250,194); }
H1.HeaderClassName
{
color: #F6FAC2;
}
.AnyTagClassName
{
color: #F6FAC2;
}
</style>
background-color css
<style>
a { background-color: #F6FAC2; }
a { background-color: rgb(246,250,194); }
div.DivClassName
{
background-color: #F6FAC2;
}
.BgClassName
{
background-color: #F6FAC2;
}
</style>
border-color css
<style>
span { border-color: #F6FAC2; }
span { border-color: rgb(246,250,194); }
td.TdClassName
{
border-color: #F6FAC2;
}
.TagClassName
{
border-color: #F6FAC2;
}
</style>