Shades of Carla #F6FACA
Tints of Carla #F6FACA
RGB
CMYK
RGB Variations
Color information
#F6FACA (or 0xF6FACA) is known color: Carla. HEX triplet: F6, FA and CA. RGB value is (246,250,202). Sum of RGB (Red+Green+Blue) = 246+250+202=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FACA is #090535. Grayscale: #F3F3F3. Windows color (decimal): -591158 or 13302518. OLE color: 13302518.
HSL color Cylindrical-coordinate representation of color #F6FACA: hue angle of 65º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6FACA is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 202 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.02 |
| HSL | 65º | 0.83% | 0.89% | - |
| HSV(B) | 65º | 0.19% | 0.98% | - |
| XYZ | 82.85 | 92.23 | 69.31 | - |
| YUV | 243.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 202 | 0.02 | 0 | 0.19 | 0.02 | 65 | 0.83 | 0.89 |
| Hex | F6 | FA | CA | 2 | 0 | 13 | 2 | 41 | 53 | 59 |
| Octal | 366 | 372 | 312 | 2 | 0 | 23 | 2 | 101 | 123 | 131 |
| Binary | 11110110 | 11111010 | 11001010 | 10 | 0 | 10011 | 10 | 1000001 | 1010011 | 1011001 |
Color Harmonies of #F6FACA
Complementary color
Monochromatic Colors of #F6FACA
Black with #F6FACA
Text Example
Text Example
White with #F6FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FACA; }
p { color: rgb(246,250,202); }
H1.HeaderClassName
{
color: #F6FACA;
}
.AnyTagClassName
{
color: #F6FACA;
}
</style>
background-color css
<style>
a { background-color: #F6FACA; }
a { background-color: rgb(246,250,202); }
div.DivClassName
{
background-color: #F6FACA;
}
.BgClassName
{
background-color: #F6FACA;
}
</style>
border-color css
<style>
span { border-color: #F6FACA; }
span { border-color: rgb(246,250,202); }
td.TdClassName
{
border-color: #F6FACA;
}
.TagClassName
{
border-color: #F6FACA;
}
</style>