Shades of Carla #F7FAC5
Tints of Carla #F7FAC5
RGB
CMYK
RGB Variations
Color information
#F7FAC5 (or 0xF7FAC5) is known color: Carla. HEX triplet: F7, FA and C5. RGB value is (247,250,197). Sum of RGB (Red+Green+Blue) = 247+250+197=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 197 (77.34% from 255 or 28.39% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FAC5 is #08053A. Grayscale: #F3F3F3. Windows color (decimal): -525627 or 12974839. OLE color: 12974839.
HSL color Cylindrical-coordinate representation of color #F7FAC5: hue angle of 63.4º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7FAC5 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 197 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.02 |
| HSL | 63.4º | 0.84% | 0.88% | - |
| HSV(B) | 63.4º | 0.21% | 0.98% | - |
| XYZ | 82.62 | 92.18 | 66.26 | - |
| YUV | 243.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 197 | 0.01 | 0 | 0.21 | 0.02 | 63.4 | 0.84 | 0.88 |
| Hex | F7 | FA | C5 | 1 | 0 | 15 | 2 | 3F | 54 | 58 |
| Octal | 367 | 372 | 305 | 1 | 0 | 25 | 2 | 77 | 124 | 130 |
| Binary | 11110111 | 11111010 | 11000101 | 1 | 0 | 10101 | 10 | 111111 | 1010100 | 1011000 |
Color Harmonies of #F7FAC5
Complementary color
Monochromatic Colors of #F7FAC5
Black with #F7FAC5
Text Example
Text Example
White with #F7FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FAC5; }
p { color: rgb(247,250,197); }
H1.HeaderClassName
{
color: #F7FAC5;
}
.AnyTagClassName
{
color: #F7FAC5;
}
</style>
background-color css
<style>
a { background-color: #F7FAC5; }
a { background-color: rgb(247,250,197); }
div.DivClassName
{
background-color: #F7FAC5;
}
.BgClassName
{
background-color: #F7FAC5;
}
</style>
border-color css
<style>
span { border-color: #F7FAC5; }
span { border-color: rgb(247,250,197); }
td.TdClassName
{
border-color: #F7FAC5;
}
.TagClassName
{
border-color: #F7FAC5;
}
</style>