Shades of Carla #F7FFCD
Tints of Carla #F7FFCD
RGB
CMYK
RGB Variations
Color information
#F7FFCD (or 0xF7FFCD) is known color: Carla. HEX triplet: F7, FF and CD. RGB value is (247,255,205). Sum of RGB (Red+Green+Blue) = 247+255+205=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 205 (80.47% from 255 or 29.00% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FFCD is #080032. Grayscale: #F7F7F7. Windows color (decimal): -524339 or 13500407. OLE color: 13500407.
HSL color Cylindrical-coordinate representation of color #F7FFCD: hue angle of 69.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7FFCD is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 255 | 205 | - |
| CMYK | 0.03 | 0 | 0.20 | 0 |
| HSL | 69.6º | 1% | 0.9% | - |
| HSV(B) | 69.6º | 0.2% | 1% | - |
| XYZ | 85.14 | 95.7 | 71.74 | - |
| YUV | 246.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 255 | 205 | 0.03 | 0 | 0.20 | 0 | 69.6 | 1 | 0.9 |
| Hex | F7 | FF | CD | 3 | 0 | 14 | 0 | 46 | 64 | 5A |
| Octal | 367 | 377 | 315 | 3 | 0 | 24 | 0 | 106 | 144 | 132 |
| Binary | 11110111 | 11111111 | 11001101 | 11 | 0 | 10100 | 0 | 1000110 | 1100100 | 1011010 |
Color Harmonies of #F7FFCD
Complementary color
Monochromatic Colors of #F7FFCD
Black with #F7FFCD
Text Example
Text Example
White with #F7FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FFCD; }
p { color: rgb(247,255,205); }
H1.HeaderClassName
{
color: #F7FFCD;
}
.AnyTagClassName
{
color: #F7FFCD;
}
</style>
background-color css
<style>
a { background-color: #F7FFCD; }
a { background-color: rgb(247,255,205); }
div.DivClassName
{
background-color: #F7FFCD;
}
.BgClassName
{
background-color: #F7FFCD;
}
</style>
border-color css
<style>
span { border-color: #F7FFCD; }
span { border-color: rgb(247,255,205); }
td.TdClassName
{
border-color: #F7FFCD;
}
.TagClassName
{
border-color: #F7FFCD;
}
</style>