Shades of Carla #F8FACA
Tints of Carla #F8FACA
RGB
CMYK
RGB Variations
Color information
#F8FACA (or 0xF8FACA) is known color: Carla. HEX triplet: F8, FA and CA. RGB value is (248,250,202). Sum of RGB (Red+Green+Blue) = 248+250+202=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FACA is #070535. Grayscale: #F4F4F4. Windows color (decimal): -460086 or 13302520. OLE color: 13302520.
HSL color Cylindrical-coordinate representation of color #F8FACA: hue angle of 62.5º 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 #F8FACA is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 202 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.02 |
| HSL | 62.5º | 0.83% | 0.89% | - |
| HSV(B) | 62.5º | 0.19% | 0.98% | - |
| XYZ | 83.56 | 92.59 | 69.35 | - |
| YUV | 243.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 202 | 0.01 | 0 | 0.19 | 0.02 | 62.5 | 0.83 | 0.89 |
| Hex | F8 | FA | CA | 1 | 0 | 13 | 2 | 3F | 53 | 59 |
| Octal | 370 | 372 | 312 | 1 | 0 | 23 | 2 | 77 | 123 | 131 |
| Binary | 11111000 | 11111010 | 11001010 | 1 | 0 | 10011 | 10 | 111111 | 1010011 | 1011001 |
Color Harmonies of #F8FACA
Complementary color
Monochromatic Colors of #F8FACA
Black with #F8FACA
Text Example
Text Example
White with #F8FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FACA; }
p { color: rgb(248,250,202); }
H1.HeaderClassName
{
color: #F8FACA;
}
.AnyTagClassName
{
color: #F8FACA;
}
</style>
background-color css
<style>
a { background-color: #F8FACA; }
a { background-color: rgb(248,250,202); }
div.DivClassName
{
background-color: #F8FACA;
}
.BgClassName
{
background-color: #F8FACA;
}
</style>
border-color css
<style>
span { border-color: #F8FACA; }
span { border-color: rgb(248,250,202); }
td.TdClassName
{
border-color: #F8FACA;
}
.TagClassName
{
border-color: #F8FACA;
}
</style>