Shades of Carla #F2F7CC
Tints of Carla #F2F7CC
RGB
CMYK
RGB Variations
Color information
#F2F7CC (or 0xF2F7CC) is known color: Carla. HEX triplet: F2, F7 and CC. RGB value is (242,247,204). Sum of RGB (Red+Green+Blue) = 242+247+204=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7CC is #0D0833. Grayscale: #F0F0F0. Windows color (decimal): -854068 or 13432818. OLE color: 13432818.
HSL color Cylindrical-coordinate representation of color #F2F7CC: hue angle of 66.98º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2F7CC is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 204 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.03 |
| HSL | 66.98º | 0.73% | 0.88% | - |
| HSV(B) | 66.98º | 0.17% | 0.97% | - |
| XYZ | 80.78 | 89.76 | 70.19 | - |
| YUV | 240.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 204 | 0.02 | 0 | 0.17 | 0.03 | 66.98 | 0.73 | 0.88 |
| Hex | F2 | F7 | CC | 2 | 0 | 11 | 3 | 43 | 49 | 58 |
| Octal | 362 | 367 | 314 | 2 | 0 | 21 | 3 | 103 | 111 | 130 |
| Binary | 11110010 | 11110111 | 11001100 | 10 | 0 | 10001 | 11 | 1000011 | 1001001 | 1011000 |
Color Harmonies of #F2F7CC
Complementary color
Monochromatic Colors of #F2F7CC
Black with #F2F7CC
Text Example
Text Example
White with #F2F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F7CC; }
p { color: rgb(242,247,204); }
H1.HeaderClassName
{
color: #F2F7CC;
}
.AnyTagClassName
{
color: #F2F7CC;
}
</style>
background-color css
<style>
a { background-color: #F2F7CC; }
a { background-color: rgb(242,247,204); }
div.DivClassName
{
background-color: #F2F7CC;
}
.BgClassName
{
background-color: #F2F7CC;
}
</style>
border-color css
<style>
span { border-color: #F2F7CC; }
span { border-color: rgb(242,247,204); }
td.TdClassName
{
border-color: #F2F7CC;
}
.TagClassName
{
border-color: #F2F7CC;
}
</style>