Shades of Carla #F8FCCD
Tints of Carla #F8FCCD
RGB
CMYK
RGB Variations
Color information
#F8FCCD (or 0xF8FCCD) is known color: Carla. HEX triplet: F8, FC and CD. RGB value is (248,252,205). Sum of RGB (Red+Green+Blue) = 248+252+205=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 205 (80.47% from 255 or 29.08% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCCD is #070332. Grayscale: #F5F5F5. Windows color (decimal): -459571 or 13499640. OLE color: 13499640.
HSL color Cylindrical-coordinate representation of color #F8FCCD: hue angle of 65.11º degrees, saturation: 0.89, 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 #F8FCCD is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 205 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.01 |
| HSL | 65.11º | 0.89% | 0.9% | - |
| HSV(B) | 65.11º | 0.19% | 0.99% | - |
| XYZ | 84.54 | 93.99 | 71.44 | - |
| YUV | 245.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 205 | 0.02 | 0 | 0.19 | 0.01 | 65.11 | 0.89 | 0.9 |
| Hex | F8 | FC | CD | 2 | 0 | 13 | 1 | 41 | 59 | 5A |
| Octal | 370 | 374 | 315 | 2 | 0 | 23 | 1 | 101 | 131 | 132 |
| Binary | 11111000 | 11111100 | 11001101 | 10 | 0 | 10011 | 1 | 1000001 | 1011001 | 1011010 |
Color Harmonies of #F8FCCD
Complementary color
Monochromatic Colors of #F8FCCD
Black with #F8FCCD
Text Example
Text Example
White with #F8FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCCD; }
p { color: rgb(248,252,205); }
H1.HeaderClassName
{
color: #F8FCCD;
}
.AnyTagClassName
{
color: #F8FCCD;
}
</style>
background-color css
<style>
a { background-color: #F8FCCD; }
a { background-color: rgb(248,252,205); }
div.DivClassName
{
background-color: #F8FCCD;
}
.BgClassName
{
background-color: #F8FCCD;
}
</style>
border-color css
<style>
span { border-color: #F8FCCD; }
span { border-color: rgb(248,252,205); }
td.TdClassName
{
border-color: #F8FCCD;
}
.TagClassName
{
border-color: #F8FCCD;
}
</style>