Shades of Carla #F9FCCD
Tints of Carla #F9FCCD
RGB
CMYK
RGB Variations
Color information
#F9FCCD (or 0xF9FCCD) is known color: Carla. HEX triplet: F9, FC and CD. RGB value is (249,252,205). Sum of RGB (Red+Green+Blue) = 249+252+205=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 205 (80.47% from 255 or 29.04% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCCD is #060332. Grayscale: #F5F5F5. Windows color (decimal): -394035 or 13499641. OLE color: 13499641.
HSL color Cylindrical-coordinate representation of color #F9FCCD: hue angle of 63.83º 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 #F9FCCD is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 252 | 205 | - |
CMYK | 0.01 | 0 | 0.19 | 0.01 |
HSL | 63.83º | 0.89% | 0.9% | - |
HSV(B) | 63.83º | 0.19% | 0.99% | - |
XYZ | 84.9 | 94.17 | 71.46 | - |
YUV | 245.75 | 105.01 | 130.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 252 | 205 | 0.01 | 0 | 0.19 | 0.01 | 63.83 | 0.89 | 0.9 |
Hex | F9 | FC | CD | 1 | 0 | 13 | 1 | 40 | 59 | 5A |
Octal | 371 | 374 | 315 | 1 | 0 | 23 | 1 | 100 | 131 | 132 |
Binary | 11111001 | 11111100 | 11001101 | 1 | 0 | 10011 | 1 | 1000000 | 1011001 | 1011010 |
Color Harmonies of #F9FCCD
Complementary color
Monochromatic Colors of #F9FCCD
Black with #F9FCCD
Text Example
Text Example
White with #F9FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCCD; }
p { color: rgb(249,252,205); }
H1.HeaderClassName
{
color: #F9FCCD;
}
.AnyTagClassName
{
color: #F9FCCD;
}
</style>
background-color css
<style>
a { background-color: #F9FCCD; }
a { background-color: rgb(249,252,205); }
div.DivClassName
{
background-color: #F9FCCD;
}
.BgClassName
{
background-color: #F9FCCD;
}
</style>
border-color css
<style>
span { border-color: #F9FCCD; }
span { border-color: rgb(249,252,205); }
td.TdClassName
{
border-color: #F9FCCD;
}
.TagClassName
{
border-color: #F9FCCD;
}
</style>