Shades of Carla #F5FDCD
Tints of Carla #F5FDCD
RGB
CMYK
RGB Variations
Color information
#F5FDCD (or 0xF5FDCD) is known color: Carla. HEX triplet: F5, FD and CD. RGB value is (245,253,205). Sum of RGB (Red+Green+Blue) = 245+253+205=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 205 (80.47% from 255 or 29.16% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDCD is #0A0232. Grayscale: #F5F5F5. Windows color (decimal): -655923 or 13499893. OLE color: 13499893.
HSL color Cylindrical-coordinate representation of color #F5FDCD: hue angle of 70º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5FDCD is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 205 | - |
CMYK | 0.03 | 0 | 0.19 | 0.01 |
HSL | 70º | 0.92% | 0.9% | - |
HSV(B) | 70º | 0.19% | 0.99% | - |
XYZ | 83.8 | 94.07 | 71.5 | - |
YUV | 245.14 | 105.35 | 127.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 205 | 0.03 | 0 | 0.19 | 0.01 | 70 | 0.92 | 0.9 |
Hex | F5 | FD | CD | 3 | 0 | 13 | 1 | 46 | 5C | 5A |
Octal | 365 | 375 | 315 | 3 | 0 | 23 | 1 | 106 | 134 | 132 |
Binary | 11110101 | 11111101 | 11001101 | 11 | 0 | 10011 | 1 | 1000110 | 1011100 | 1011010 |
Color Harmonies of #F5FDCD
Complementary color
Monochromatic Colors of #F5FDCD
Black with #F5FDCD
Text Example
Text Example
White with #F5FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDCD; }
p { color: rgb(245,253,205); }
H1.HeaderClassName
{
color: #F5FDCD;
}
.AnyTagClassName
{
color: #F5FDCD;
}
</style>
background-color css
<style>
a { background-color: #F5FDCD; }
a { background-color: rgb(245,253,205); }
div.DivClassName
{
background-color: #F5FDCD;
}
.BgClassName
{
background-color: #F5FDCD;
}
</style>
border-color css
<style>
span { border-color: #F5FDCD; }
span { border-color: rgb(245,253,205); }
td.TdClassName
{
border-color: #F5FDCD;
}
.TagClassName
{
border-color: #F5FDCD;
}
</style>