Shades of Carla #F5FACA
Tints of Carla #F5FACA
RGB
CMYK
RGB Variations
Color information
#F5FACA (or 0xF5FACA) is known color: Carla. HEX triplet: F5, FA and CA. RGB value is (245,250,202). Sum of RGB (Red+Green+Blue) = 245+250+202=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FACA is #0A0535. Grayscale: #F3F3F3. Windows color (decimal): -656694 or 13302517. OLE color: 13302517.
HSL color Cylindrical-coordinate representation of color #F5FACA: hue angle of 66.25º 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 #F5FACA is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 202 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.02 |
| HSL | 66.25º | 0.83% | 0.89% | - |
| HSV(B) | 66.25º | 0.19% | 0.98% | - |
| XYZ | 82.5 | 92.05 | 69.3 | - |
| YUV | 243.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 202 | 0.02 | 0 | 0.19 | 0.02 | 66.25 | 0.83 | 0.89 |
| Hex | F5 | FA | CA | 2 | 0 | 13 | 2 | 42 | 53 | 59 |
| Octal | 365 | 372 | 312 | 2 | 0 | 23 | 2 | 102 | 123 | 131 |
| Binary | 11110101 | 11111010 | 11001010 | 10 | 0 | 10011 | 10 | 1000010 | 1010011 | 1011001 |
Color Harmonies of #F5FACA
Complementary color
Monochromatic Colors of #F5FACA
Black with #F5FACA
Text Example
Text Example
White with #F5FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FACA; }
p { color: rgb(245,250,202); }
H1.HeaderClassName
{
color: #F5FACA;
}
.AnyTagClassName
{
color: #F5FACA;
}
</style>
background-color css
<style>
a { background-color: #F5FACA; }
a { background-color: rgb(245,250,202); }
div.DivClassName
{
background-color: #F5FACA;
}
.BgClassName
{
background-color: #F5FACA;
}
</style>
border-color css
<style>
span { border-color: #F5FACA; }
span { border-color: rgb(245,250,202); }
td.TdClassName
{
border-color: #F5FACA;
}
.TagClassName
{
border-color: #F5FACA;
}
</style>