Shades of Carla #F5FFCD
Tints of Carla #F5FFCD
RGB
CMYK
RGB Variations
Color information
#F5FFCD (or 0xF5FFCD) is known color: Carla. HEX triplet: F5, FF and CD. RGB value is (245,255,205). Sum of RGB (Red+Green+Blue) = 245+255+205=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 205 (80.47% from 255 or 29.08% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFCD is #0A0032. Grayscale: #F6F6F6. Windows color (decimal): -655411 or 13500405. OLE color: 13500405.
HSL color Cylindrical-coordinate representation of color #F5FFCD: hue angle of 72º 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 #F5FFCD is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 205 | - |
| CMYK | 0.04 | 0 | 0.20 | 0 |
| HSL | 72º | 1% | 0.9% | - |
| HSV(B) | 72º | 0.2% | 1% | - |
| XYZ | 84.44 | 95.34 | 71.71 | - |
| YUV | 246.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 205 | 0.04 | 0 | 0.20 | 0 | 72 | 1 | 0.9 |
| Hex | F5 | FF | CD | 4 | 0 | 14 | 0 | 48 | 64 | 5A |
| Octal | 365 | 377 | 315 | 4 | 0 | 24 | 0 | 110 | 144 | 132 |
| Binary | 11110101 | 11111111 | 11001101 | 100 | 0 | 10100 | 0 | 1001000 | 1100100 | 1011010 |
Color Harmonies of #F5FFCD
Complementary color
Monochromatic Colors of #F5FFCD
Black with #F5FFCD
Text Example
Text Example
White with #F5FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFCD; }
p { color: rgb(245,255,205); }
H1.HeaderClassName
{
color: #F5FFCD;
}
.AnyTagClassName
{
color: #F5FFCD;
}
</style>
background-color css
<style>
a { background-color: #F5FFCD; }
a { background-color: rgb(245,255,205); }
div.DivClassName
{
background-color: #F5FFCD;
}
.BgClassName
{
background-color: #F5FFCD;
}
</style>
border-color css
<style>
span { border-color: #F5FFCD; }
span { border-color: rgb(245,255,205); }
td.TdClassName
{
border-color: #F5FFCD;
}
.TagClassName
{
border-color: #F5FFCD;
}
</style>