Shades of Carla #F9FFCC
Tints of Carla #F9FFCC
RGB
CMYK
RGB Variations
Color information
#F9FFCC (or 0xF9FFCC) is known color: Carla. HEX triplet: F9, FF and CC. RGB value is (249,255,204). Sum of RGB (Red+Green+Blue) = 249+255+204=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 204 (80.08% from 255 or 28.81% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFCC is #060033. Grayscale: #F7F7F7. Windows color (decimal): -393268 or 13434873. OLE color: 13434873.
HSL color Cylindrical-coordinate representation of color #F9FFCC: hue angle of 67.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9FFCC is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 204 | - |
| CMYK | 0.02 | 0 | 0.2 | 0 |
| HSL | 67.06º | 1% | 0.9% | - |
| HSV(B) | 67.06º | 0.2% | 1% | - |
| XYZ | 85.73 | 96.02 | 71.14 | - |
| YUV | 247.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 204 | 0.02 | 0 | 0.2 | 0 | 67.06 | 1 | 0.9 |
| Hex | F9 | FF | CC | 2 | 0 | 14 | 0 | 43 | 64 | 5A |
| Octal | 371 | 377 | 314 | 2 | 0 | 24 | 0 | 103 | 144 | 132 |
| Binary | 11111001 | 11111111 | 11001100 | 10 | 0 | 10100 | 0 | 1000011 | 1100100 | 1011010 |
Color Harmonies of #F9FFCC
Complementary color
Monochromatic Colors of #F9FFCC
Black with #F9FFCC
Text Example
Text Example
White with #F9FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFCC; }
p { color: rgb(249,255,204); }
H1.HeaderClassName
{
color: #F9FFCC;
}
.AnyTagClassName
{
color: #F9FFCC;
}
</style>
background-color css
<style>
a { background-color: #F9FFCC; }
a { background-color: rgb(249,255,204); }
div.DivClassName
{
background-color: #F9FFCC;
}
.BgClassName
{
background-color: #F9FFCC;
}
</style>
border-color css
<style>
span { border-color: #F9FFCC; }
span { border-color: rgb(249,255,204); }
td.TdClassName
{
border-color: #F9FFCC;
}
.TagClassName
{
border-color: #F9FFCC;
}
</style>