Shades of Carla #F9FFCD
Tints of Carla #F9FFCD
RGB
CMYK
RGB Variations
Color information
#F9FFCD (or 0xF9FFCD) is known color: Carla. HEX triplet: F9, FF and CD. RGB value is (249,255,205). Sum of RGB (Red+Green+Blue) = 249+255+205=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 205 (80.47% from 255 or 28.91% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFCD is #060032. Grayscale: #F7F7F7. Windows color (decimal): -393267 or 13500409. OLE color: 13500409.
HSL color Cylindrical-coordinate representation of color #F9FFCD: hue angle of 67.2º 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 #F9FFCD is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 205 | - |
| CMYK | 0.02 | 0 | 0.20 | 0 |
| HSL | 67.2º | 1% | 0.9% | - |
| HSV(B) | 67.2º | 0.2% | 1% | - |
| XYZ | 85.85 | 96.07 | 71.78 | - |
| YUV | 247.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 205 | 0.02 | 0 | 0.20 | 0 | 67.2 | 1 | 0.9 |
| Hex | F9 | FF | CD | 2 | 0 | 14 | 0 | 43 | 64 | 5A |
| Octal | 371 | 377 | 315 | 2 | 0 | 24 | 0 | 103 | 144 | 132 |
| Binary | 11111001 | 11111111 | 11001101 | 10 | 0 | 10100 | 0 | 1000011 | 1100100 | 1011010 |
Color Harmonies of #F9FFCD
Complementary color
Monochromatic Colors of #F9FFCD
Black with #F9FFCD
Text Example
Text Example
White with #F9FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFCD; }
p { color: rgb(249,255,205); }
H1.HeaderClassName
{
color: #F9FFCD;
}
.AnyTagClassName
{
color: #F9FFCD;
}
</style>
background-color css
<style>
a { background-color: #F9FFCD; }
a { background-color: rgb(249,255,205); }
div.DivClassName
{
background-color: #F9FFCD;
}
.BgClassName
{
background-color: #F9FFCD;
}
</style>
border-color css
<style>
span { border-color: #F9FFCD; }
span { border-color: rgb(249,255,205); }
td.TdClassName
{
border-color: #F9FFCD;
}
.TagClassName
{
border-color: #F9FFCD;
}
</style>