Shades of Carla #F2F9C3
Tints of Carla #F2F9C3
RGB
CMYK
RGB Variations
Color information
#F2F9C3 (or 0xF2F9C3) is known color: Carla. HEX triplet: F2, F9 and C3. RGB value is (242,249,195). Sum of RGB (Red+Green+Blue) = 242+249+195=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 195 (76.56% from 255 or 28.43% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9C3 is #0D063C. Grayscale: #F0F0F0. Windows color (decimal): -853565 or 12843506. OLE color: 12843506.
HSL color Cylindrical-coordinate representation of color #F2F9C3: hue angle of 67.78º degrees, saturation: 0.82, 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 #F2F9C3 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 195 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.02 |
| HSL | 67.78º | 0.82% | 0.87% | - |
| HSV(B) | 67.78º | 0.22% | 0.98% | - |
| XYZ | 80.34 | 90.57 | 64.88 | - |
| YUV | 240.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 195 | 0.03 | 0 | 0.22 | 0.02 | 67.78 | 0.82 | 0.87 |
| Hex | F2 | F9 | C3 | 3 | 0 | 16 | 2 | 44 | 52 | 57 |
| Octal | 362 | 371 | 303 | 3 | 0 | 26 | 2 | 104 | 122 | 127 |
| Binary | 11110010 | 11111001 | 11000011 | 11 | 0 | 10110 | 10 | 1000100 | 1010010 | 1010111 |
Color Harmonies of #F2F9C3
Complementary color
Monochromatic Colors of #F2F9C3
Black with #F2F9C3
Text Example
Text Example
White with #F2F9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9C3; }
p { color: rgb(242,249,195); }
H1.HeaderClassName
{
color: #F2F9C3;
}
.AnyTagClassName
{
color: #F2F9C3;
}
</style>
background-color css
<style>
a { background-color: #F2F9C3; }
a { background-color: rgb(242,249,195); }
div.DivClassName
{
background-color: #F2F9C3;
}
.BgClassName
{
background-color: #F2F9C3;
}
</style>
border-color css
<style>
span { border-color: #F2F9C3; }
span { border-color: rgb(242,249,195); }
td.TdClassName
{
border-color: #F2F9C3;
}
.TagClassName
{
border-color: #F2F9C3;
}
</style>