Shades of Carla #F7FDC2
Tints of Carla #F7FDC2
RGB
CMYK
RGB Variations
Color information
#F7FDC2 (or 0xF7FDC2) is known color: Carla. HEX triplet: F7, FD and C2. RGB value is (247,253,194). Sum of RGB (Red+Green+Blue) = 247+253+194=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 194 (76.17% from 255 or 27.95% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FDC2 is #08023D. Grayscale: #F4F4F4. Windows color (decimal): -524862 or 12778999. OLE color: 12778999.
HSL color Cylindrical-coordinate representation of color #F7FDC2: hue angle of 66.1º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7FDC2 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 253 | 194 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.01 |
| HSL | 66.1º | 0.94% | 0.88% | - |
| HSV(B) | 66.1º | 0.23% | 0.99% | - |
| XYZ | 83.22 | 93.92 | 64.78 | - |
| YUV | 244.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 253 | 194 | 0.02 | 0 | 0.23 | 0.01 | 66.1 | 0.94 | 0.88 |
| Hex | F7 | FD | C2 | 2 | 0 | 17 | 1 | 42 | 5E | 58 |
| Octal | 367 | 375 | 302 | 2 | 0 | 27 | 1 | 102 | 136 | 130 |
| Binary | 11110111 | 11111101 | 11000010 | 10 | 0 | 10111 | 1 | 1000010 | 1011110 | 1011000 |
Color Harmonies of #F7FDC2
Complementary color
Monochromatic Colors of #F7FDC2
Black with #F7FDC2
Text Example
Text Example
White with #F7FDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FDC2; }
p { color: rgb(247,253,194); }
H1.HeaderClassName
{
color: #F7FDC2;
}
.AnyTagClassName
{
color: #F7FDC2;
}
</style>
background-color css
<style>
a { background-color: #F7FDC2; }
a { background-color: rgb(247,253,194); }
div.DivClassName
{
background-color: #F7FDC2;
}
.BgClassName
{
background-color: #F7FDC2;
}
</style>
border-color css
<style>
span { border-color: #F7FDC2; }
span { border-color: rgb(247,253,194); }
td.TdClassName
{
border-color: #F7FDC2;
}
.TagClassName
{
border-color: #F7FDC2;
}
</style>