Shades of Carla #F6FDD1
Tints of Carla #F6FDD1
RGB
CMYK
RGB Variations
Color information
#F6FDD1 (or 0xF6FDD1) is known color: Carla. HEX triplet: F6, FD and D1. RGB value is (246,253,209). Sum of RGB (Red+Green+Blue) = 246+253+209=708 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.75% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 209 (82.03% from 255 or 29.52% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDD1 is #09022E. Grayscale: #F6F6F6. Windows color (decimal): -590383 or 13762038. OLE color: 13762038.
HSL color Cylindrical-coordinate representation of color #F6FDD1: hue angle of 69.55º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6FDD1 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 253 | 209 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.01 |
| HSL | 69.55º | 0.92% | 0.91% | - |
| HSV(B) | 69.55º | 0.17% | 0.99% | - |
| XYZ | 84.64 | 94.45 | 74.09 | - |
| YUV | 245.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 253 | 209 | 0.03 | 0 | 0.17 | 0.01 | 69.55 | 0.92 | 0.91 |
| Hex | F6 | FD | D1 | 3 | 0 | 11 | 1 | 46 | 5C | 5B |
| Octal | 366 | 375 | 321 | 3 | 0 | 21 | 1 | 106 | 134 | 133 |
| Binary | 11110110 | 11111101 | 11010001 | 11 | 0 | 10001 | 1 | 1000110 | 1011100 | 1011011 |
Color Harmonies of #F6FDD1
Complementary color
Monochromatic Colors of #F6FDD1
Black with #F6FDD1
Text Example
Text Example
White with #F6FDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FDD1; }
p { color: rgb(246,253,209); }
H1.HeaderClassName
{
color: #F6FDD1;
}
.AnyTagClassName
{
color: #F6FDD1;
}
</style>
background-color css
<style>
a { background-color: #F6FDD1; }
a { background-color: rgb(246,253,209); }
div.DivClassName
{
background-color: #F6FDD1;
}
.BgClassName
{
background-color: #F6FDD1;
}
</style>
border-color css
<style>
span { border-color: #F6FDD1; }
span { border-color: rgb(246,253,209); }
td.TdClassName
{
border-color: #F6FDD1;
}
.TagClassName
{
border-color: #F6FDD1;
}
</style>