Shades of Carla #F7FDCD
Tints of Carla #F7FDCD
RGB
CMYK
RGB Variations
Color information
#F7FDCD (or 0xF7FDCD) is known color: Carla. HEX triplet: F7, FD and CD. RGB value is (247,253,205). Sum of RGB (Red+Green+Blue) = 247+253+205=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 205 (80.47% from 255 or 29.08% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FDCD is #080232. Grayscale: #F5F5F5. Windows color (decimal): -524851 or 13499895. OLE color: 13499895.
HSL color Cylindrical-coordinate representation of color #F7FDCD: hue angle of 67.5º 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 #F7FDCD is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 247 | 253 | 205 | - |
CMYK | 0.02 | 0 | 0.19 | 0.01 |
HSL | 67.5º | 0.92% | 0.9% | - |
HSV(B) | 67.5º | 0.19% | 0.99% | - |
XYZ | 84.5 | 94.43 | 71.53 | - |
YUV | 245.73 | 105.01 | 128.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 253 | 205 | 0.02 | 0 | 0.19 | 0.01 | 67.5 | 0.92 | 0.9 |
Hex | F7 | FD | CD | 2 | 0 | 13 | 1 | 44 | 5C | 5A |
Octal | 367 | 375 | 315 | 2 | 0 | 23 | 1 | 104 | 134 | 132 |
Binary | 11110111 | 11111101 | 11001101 | 10 | 0 | 10011 | 1 | 1000100 | 1011100 | 1011010 |
Color Harmonies of #F7FDCD
Complementary color
Monochromatic Colors of #F7FDCD
Black with #F7FDCD
Text Example
Text Example
White with #F7FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FDCD; }
p { color: rgb(247,253,205); }
H1.HeaderClassName
{
color: #F7FDCD;
}
.AnyTagClassName
{
color: #F7FDCD;
}
</style>
background-color css
<style>
a { background-color: #F7FDCD; }
a { background-color: rgb(247,253,205); }
div.DivClassName
{
background-color: #F7FDCD;
}
.BgClassName
{
background-color: #F7FDCD;
}
</style>
border-color css
<style>
span { border-color: #F7FDCD; }
span { border-color: rgb(247,253,205); }
td.TdClassName
{
border-color: #F7FDCD;
}
.TagClassName
{
border-color: #F7FDCD;
}
</style>