Shades of Carla #F9FFD0
Tints of Carla #F9FFD0
RGB
CMYK
RGB Variations
Color information
#F9FFD0 (or 0xF9FFD0) is known color: Carla. HEX triplet: F9, FF and D0. RGB value is (249,255,208). Sum of RGB (Red+Green+Blue) = 249+255+208=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 208 (81.64% from 255 or 29.21% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFD0 is #06002F. Grayscale: #F8F8F8. Windows color (decimal): -393264 or 13697017. OLE color: 13697017.
HSL color Cylindrical-coordinate representation of color #F9FFD0: hue angle of 67.66º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9FFD0 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 208 | - |
| CMYK | 0.02 | 0 | 0.18 | 0 |
| HSL | 67.66º | 1% | 0.91% | - |
| HSV(B) | 67.66º | 0.18% | 1% | - |
| XYZ | 86.21 | 96.21 | 73.7 | - |
| YUV | 247.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 208 | 0.02 | 0 | 0.18 | 0 | 67.66 | 1 | 0.91 |
| Hex | F9 | FF | D0 | 2 | 0 | 12 | 0 | 44 | 64 | 5B |
| Octal | 371 | 377 | 320 | 2 | 0 | 22 | 0 | 104 | 144 | 133 |
| Binary | 11111001 | 11111111 | 11010000 | 10 | 0 | 10010 | 0 | 1000100 | 1100100 | 1011011 |
Color Harmonies of #F9FFD0
Complementary color
Monochromatic Colors of #F9FFD0
Black with #F9FFD0
Text Example
Text Example
White with #F9FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFD0; }
p { color: rgb(249,255,208); }
H1.HeaderClassName
{
color: #F9FFD0;
}
.AnyTagClassName
{
color: #F9FFD0;
}
</style>
background-color css
<style>
a { background-color: #F9FFD0; }
a { background-color: rgb(249,255,208); }
div.DivClassName
{
background-color: #F9FFD0;
}
.BgClassName
{
background-color: #F9FFD0;
}
</style>
border-color css
<style>
span { border-color: #F9FFD0; }
span { border-color: rgb(249,255,208); }
td.TdClassName
{
border-color: #F9FFD0;
}
.TagClassName
{
border-color: #F9FFD0;
}
</style>