Shades of Carla #F8FECA
Tints of Carla #F8FECA
RGB
CMYK
RGB Variations
Color information
#F8FECA (or 0xF8FECA) is known color: Carla. HEX triplet: F8, FE and CA. RGB value is (248,254,202). Sum of RGB (Red+Green+Blue) = 248+254+202=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 202 (79.30% from 255 or 28.69% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FECA is #070135. Grayscale: #F6F6F6. Windows color (decimal): -459062 or 13303544. OLE color: 13303544.
HSL color Cylindrical-coordinate representation of color #F8FECA: hue angle of 66.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8FECA is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 202 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.00 |
| HSL | 66.92º | 0.96% | 0.89% | - |
| HSV(B) | 66.92º | 0.2% | 1% | - |
| XYZ | 84.81 | 95.1 | 69.76 | - |
| YUV | 246.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 202 | 0.02 | 0 | 0.20 | 0.00 | 66.92 | 0.96 | 0.89 |
| Hex | F8 | FE | CA | 2 | 0 | 14 | 0 | 43 | 60 | 59 |
| Octal | 370 | 376 | 312 | 2 | 0 | 24 | 0 | 103 | 140 | 131 |
| Binary | 11111000 | 11111110 | 11001010 | 10 | 0 | 10100 | 0 | 1000011 | 1100000 | 1011001 |
Color Harmonies of #F8FECA
Complementary color
Monochromatic Colors of #F8FECA
Black with #F8FECA
Text Example
Text Example
White with #F8FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FECA; }
p { color: rgb(248,254,202); }
H1.HeaderClassName
{
color: #F8FECA;
}
.AnyTagClassName
{
color: #F8FECA;
}
</style>
background-color css
<style>
a { background-color: #F8FECA; }
a { background-color: rgb(248,254,202); }
div.DivClassName
{
background-color: #F8FECA;
}
.BgClassName
{
background-color: #F8FECA;
}
</style>
border-color css
<style>
span { border-color: #F8FECA; }
span { border-color: rgb(248,254,202); }
td.TdClassName
{
border-color: #F8FECA;
}
.TagClassName
{
border-color: #F8FECA;
}
</style>