Shades of Carla #F7FFCF
Tints of Carla #F7FFCF
RGB
CMYK
RGB Variations
Color information
#F7FFCF (or 0xF7FFCF) is known color: Carla. HEX triplet: F7, FF and CF. RGB value is (247,255,207). Sum of RGB (Red+Green+Blue) = 247+255+207=709 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.84% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 207 (81.25% from 255 or 29.20% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FFCF is #080030. Grayscale: #F7F7F7. Windows color (decimal): -524337 or 13631479. OLE color: 13631479.
HSL color Cylindrical-coordinate representation of color #F7FFCF: hue angle of 70º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7FFCF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 255 | 207 | - |
| CMYK | 0.03 | 0 | 0.19 | 0 |
| HSL | 70º | 1% | 0.91% | - |
| HSV(B) | 70º | 0.19% | 1% | - |
| XYZ | 85.38 | 95.8 | 73.02 | - |
| YUV | 247.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 255 | 207 | 0.03 | 0 | 0.19 | 0 | 70 | 1 | 0.91 |
| Hex | F7 | FF | CF | 3 | 0 | 13 | 0 | 46 | 64 | 5B |
| Octal | 367 | 377 | 317 | 3 | 0 | 23 | 0 | 106 | 144 | 133 |
| Binary | 11110111 | 11111111 | 11001111 | 11 | 0 | 10011 | 0 | 1000110 | 1100100 | 1011011 |
Color Harmonies of #F7FFCF
Complementary color
Monochromatic Colors of #F7FFCF
Black with #F7FFCF
Text Example
Text Example
White with #F7FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FFCF; }
p { color: rgb(247,255,207); }
H1.HeaderClassName
{
color: #F7FFCF;
}
.AnyTagClassName
{
color: #F7FFCF;
}
</style>
background-color css
<style>
a { background-color: #F7FFCF; }
a { background-color: rgb(247,255,207); }
div.DivClassName
{
background-color: #F7FFCF;
}
.BgClassName
{
background-color: #F7FFCF;
}
</style>
border-color css
<style>
span { border-color: #F7FFCF; }
span { border-color: rgb(247,255,207); }
td.TdClassName
{
border-color: #F7FFCF;
}
.TagClassName
{
border-color: #F7FFCF;
}
</style>