Shades of Carla #F8FCC3
Tints of Carla #F8FCC3
RGB
CMYK
RGB Variations
Color information
#F8FCC3 (or 0xF8FCC3) is known color: Carla. HEX triplet: F8, FC and C3. RGB value is (248,252,195). Sum of RGB (Red+Green+Blue) = 248+252+195=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 195 (76.56% from 255 or 28.06% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCC3 is #07033C. Grayscale: #F4F4F4. Windows color (decimal): -459581 or 12844280. OLE color: 12844280.
HSL color Cylindrical-coordinate representation of color #F8FCC3: hue angle of 64.21º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8FCC3 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 195 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.01 |
| HSL | 64.21º | 0.9% | 0.88% | - |
| HSV(B) | 64.21º | 0.23% | 0.99% | - |
| XYZ | 83.37 | 93.52 | 65.29 | - |
| YUV | 244.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 195 | 0.02 | 0 | 0.23 | 0.01 | 64.21 | 0.9 | 0.88 |
| Hex | F8 | FC | C3 | 2 | 0 | 17 | 1 | 40 | 5A | 58 |
| Octal | 370 | 374 | 303 | 2 | 0 | 27 | 1 | 100 | 132 | 130 |
| Binary | 11111000 | 11111100 | 11000011 | 10 | 0 | 10111 | 1 | 1000000 | 1011010 | 1011000 |
Color Harmonies of #F8FCC3
Complementary color
Monochromatic Colors of #F8FCC3
Black with #F8FCC3
Text Example
Text Example
White with #F8FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCC3; }
p { color: rgb(248,252,195); }
H1.HeaderClassName
{
color: #F8FCC3;
}
.AnyTagClassName
{
color: #F8FCC3;
}
</style>
background-color css
<style>
a { background-color: #F8FCC3; }
a { background-color: rgb(248,252,195); }
div.DivClassName
{
background-color: #F8FCC3;
}
.BgClassName
{
background-color: #F8FCC3;
}
</style>
border-color css
<style>
span { border-color: #F8FCC3; }
span { border-color: rgb(248,252,195); }
td.TdClassName
{
border-color: #F8FCC3;
}
.TagClassName
{
border-color: #F8FCC3;
}
</style>