Shades of Carla #FCFEC8
Tints of Carla #FCFEC8
RGB
CMYK
RGB Variations
Color information
#FCFEC8 (or 0xFCFEC8) is known color: Carla. HEX triplet: FC, FE and C8. RGB value is (252,254,200). Sum of RGB (Red+Green+Blue) = 252+254+200=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 200 (78.52% from 255 or 28.33% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEC8 is #030137. Grayscale: #F7F7F7. Windows color (decimal): -196920 or 13172476. OLE color: 13172476.
HSL color Cylindrical-coordinate representation of color #FCFEC8: hue angle of 62.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCFEC8 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 200 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.00 |
| HSL | 62.22º | 0.96% | 0.89% | - |
| HSV(B) | 62.22º | 0.21% | 1% | - |
| XYZ | 86.01 | 95.75 | 68.59 | - |
| YUV | 247.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 200 | 0.01 | 0 | 0.21 | 0.00 | 62.22 | 0.96 | 0.89 |
| Hex | FC | FE | C8 | 1 | 0 | 15 | 0 | 3E | 60 | 59 |
| Octal | 374 | 376 | 310 | 1 | 0 | 25 | 0 | 76 | 140 | 131 |
| Binary | 11111100 | 11111110 | 11001000 | 1 | 0 | 10101 | 0 | 111110 | 1100000 | 1011001 |
Color Harmonies of #FCFEC8
Complementary color
Monochromatic Colors of #FCFEC8
Black with #FCFEC8
Text Example
Text Example
White with #FCFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEC8; }
p { color: rgb(252,254,200); }
H1.HeaderClassName
{
color: #FCFEC8;
}
.AnyTagClassName
{
color: #FCFEC8;
}
</style>
background-color css
<style>
a { background-color: #FCFEC8; }
a { background-color: rgb(252,254,200); }
div.DivClassName
{
background-color: #FCFEC8;
}
.BgClassName
{
background-color: #FCFEC8;
}
</style>
border-color css
<style>
span { border-color: #FCFEC8; }
span { border-color: rgb(252,254,200); }
td.TdClassName
{
border-color: #FCFEC8;
}
.TagClassName
{
border-color: #FCFEC8;
}
</style>