Shades of Carla #F2FEC2
Tints of Carla #F2FEC2
RGB
CMYK
RGB Variations
Color information
#F2FEC2 (or 0xF2FEC2) is known color: Carla. HEX triplet: F2, FE and C2. RGB value is (242,254,194). Sum of RGB (Red+Green+Blue) = 242+254+194=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 194 (76.17% from 255 or 28.12% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC2 is #0D013D. Grayscale: #F3F3F3. Windows color (decimal): -852286 or 12779250. OLE color: 12779250.
HSL color Cylindrical-coordinate representation of color #F2FEC2: hue angle of 72º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2FEC2 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 194 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.00 |
| HSL | 72º | 0.97% | 0.88% | - |
| HSV(B) | 72º | 0.24% | 1% | - |
| XYZ | 81.8 | 93.66 | 64.81 | - |
| YUV | 243.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 194 | 0.05 | 0 | 0.24 | 0.00 | 72 | 0.97 | 0.88 |
| Hex | F2 | FE | C2 | 5 | 0 | 18 | 0 | 48 | 61 | 58 |
| Octal | 362 | 376 | 302 | 5 | 0 | 30 | 0 | 110 | 141 | 130 |
| Binary | 11110010 | 11111110 | 11000010 | 101 | 0 | 11000 | 0 | 1001000 | 1100001 | 1011000 |
Color Harmonies of #F2FEC2
Complementary color
Monochromatic Colors of #F2FEC2
Black with #F2FEC2
Text Example
Text Example
White with #F2FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEC2; }
p { color: rgb(242,254,194); }
H1.HeaderClassName
{
color: #F2FEC2;
}
.AnyTagClassName
{
color: #F2FEC2;
}
</style>
background-color css
<style>
a { background-color: #F2FEC2; }
a { background-color: rgb(242,254,194); }
div.DivClassName
{
background-color: #F2FEC2;
}
.BgClassName
{
background-color: #F2FEC2;
}
</style>
border-color css
<style>
span { border-color: #F2FEC2; }
span { border-color: rgb(242,254,194); }
td.TdClassName
{
border-color: #F2FEC2;
}
.TagClassName
{
border-color: #F2FEC2;
}
</style>