Shades of Carla #F8FED1
Tints of Carla #F8FED1
RGB
CMYK
RGB Variations
Color information
#F8FED1 (or 0xF8FED1) is known color: Carla. HEX triplet: F8, FE and D1. RGB value is (248,254,209). Sum of RGB (Red+Green+Blue) = 248+254+209=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 209 (82.03% from 255 or 29.40% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FED1 is #07012E. Grayscale: #F7F7F7. Windows color (decimal): -459055 or 13762296. OLE color: 13762296.
HSL color Cylindrical-coordinate representation of color #F8FED1: hue angle of 68º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8FED1 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 209 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.00 |
| HSL | 68º | 0.96% | 0.91% | - |
| HSV(B) | 68º | 0.18% | 1% | - |
| XYZ | 85.66 | 95.44 | 74.23 | - |
| YUV | 247.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 209 | 0.02 | 0 | 0.18 | 0.00 | 68 | 0.96 | 0.91 |
| Hex | F8 | FE | D1 | 2 | 0 | 12 | 0 | 44 | 60 | 5B |
| Octal | 370 | 376 | 321 | 2 | 0 | 22 | 0 | 104 | 140 | 133 |
| Binary | 11111000 | 11111110 | 11010001 | 10 | 0 | 10010 | 0 | 1000100 | 1100000 | 1011011 |
Color Harmonies of #F8FED1
Complementary color
Monochromatic Colors of #F8FED1
Black with #F8FED1
Text Example
Text Example
White with #F8FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FED1; }
p { color: rgb(248,254,209); }
H1.HeaderClassName
{
color: #F8FED1;
}
.AnyTagClassName
{
color: #F8FED1;
}
</style>
background-color css
<style>
a { background-color: #F8FED1; }
a { background-color: rgb(248,254,209); }
div.DivClassName
{
background-color: #F8FED1;
}
.BgClassName
{
background-color: #F8FED1;
}
</style>
border-color css
<style>
span { border-color: #F8FED1; }
span { border-color: rgb(248,254,209); }
td.TdClassName
{
border-color: #F8FED1;
}
.TagClassName
{
border-color: #F8FED1;
}
</style>