Shades of Carla #F9FCCC
Tints of Carla #F9FCCC
RGB
CMYK
RGB Variations
Color information
#F9FCCC (or 0xF9FCCC) is known color: Carla. HEX triplet: F9, FC and CC. RGB value is (249,252,204). Sum of RGB (Red+Green+Blue) = 249+252+204=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 204 (80.08% from 255 or 28.94% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCCC is #060333. Grayscale: #F5F5F5. Windows color (decimal): -394036 or 13434105. OLE color: 13434105.
HSL color Cylindrical-coordinate representation of color #F9FCCC: hue angle of 63.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9FCCC is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 252 | 204 | - |
CMYK | 0.01 | 0 | 0.19 | 0.01 |
HSL | 63.75º | 0.89% | 0.89% | - |
HSV(B) | 63.75º | 0.19% | 0.99% | - |
XYZ | 84.78 | 94.12 | 70.83 | - |
YUV | 245.63 | 104.51 | 130.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 252 | 204 | 0.01 | 0 | 0.19 | 0.01 | 63.75 | 0.89 | 0.89 |
Hex | F9 | FC | CC | 1 | 0 | 13 | 1 | 40 | 59 | 59 |
Octal | 371 | 374 | 314 | 1 | 0 | 23 | 1 | 100 | 131 | 131 |
Binary | 11111001 | 11111100 | 11001100 | 1 | 0 | 10011 | 1 | 1000000 | 1011001 | 1011001 |
Color Harmonies of #F9FCCC
Complementary color
Monochromatic Colors of #F9FCCC
Black with #F9FCCC
Text Example
Text Example
White with #F9FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCCC; }
p { color: rgb(249,252,204); }
H1.HeaderClassName
{
color: #F9FCCC;
}
.AnyTagClassName
{
color: #F9FCCC;
}
</style>
background-color css
<style>
a { background-color: #F9FCCC; }
a { background-color: rgb(249,252,204); }
div.DivClassName
{
background-color: #F9FCCC;
}
.BgClassName
{
background-color: #F9FCCC;
}
</style>
border-color css
<style>
span { border-color: #F9FCCC; }
span { border-color: rgb(249,252,204); }
td.TdClassName
{
border-color: #F9FCCC;
}
.TagClassName
{
border-color: #F9FCCC;
}
</style>