Shades of Carla #F7FCD0
Tints of Carla #F7FCD0
RGB
CMYK
RGB Variations
Color information
#F7FCD0 (or 0xF7FCD0) is known color: Carla. HEX triplet: F7, FC and D0. RGB value is (247,252,208). Sum of RGB (Red+Green+Blue) = 247+252+208=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 208 (81.64% from 255 or 29.42% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FCD0 is #08032F. Grayscale: #F5F5F5. Windows color (decimal): -525104 or 13696247. OLE color: 13696247.
HSL color Cylindrical-coordinate representation of color #F7FCD0: hue angle of 66.82º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7FCD0 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 208 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.01 |
| HSL | 66.82º | 0.88% | 0.9% | - |
| HSV(B) | 66.82º | 0.17% | 0.99% | - |
| XYZ | 84.55 | 93.95 | 73.35 | - |
| YUV | 245.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 208 | 0.02 | 0 | 0.17 | 0.01 | 66.82 | 0.88 | 0.9 |
| Hex | F7 | FC | D0 | 2 | 0 | 11 | 1 | 43 | 58 | 5A |
| Octal | 367 | 374 | 320 | 2 | 0 | 21 | 1 | 103 | 130 | 132 |
| Binary | 11110111 | 11111100 | 11010000 | 10 | 0 | 10001 | 1 | 1000011 | 1011000 | 1011010 |
Color Harmonies of #F7FCD0
Complementary color
Monochromatic Colors of #F7FCD0
Black with #F7FCD0
Text Example
Text Example
White with #F7FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FCD0; }
p { color: rgb(247,252,208); }
H1.HeaderClassName
{
color: #F7FCD0;
}
.AnyTagClassName
{
color: #F7FCD0;
}
</style>
background-color css
<style>
a { background-color: #F7FCD0; }
a { background-color: rgb(247,252,208); }
div.DivClassName
{
background-color: #F7FCD0;
}
.BgClassName
{
background-color: #F7FCD0;
}
</style>
border-color css
<style>
span { border-color: #F7FCD0; }
span { border-color: rgb(247,252,208); }
td.TdClassName
{
border-color: #F7FCD0;
}
.TagClassName
{
border-color: #F7FCD0;
}
</style>