Shades of Carla #FCFEC5
Tints of Carla #FCFEC5
RGB
CMYK
RGB Variations
Color information
#FCFEC5 (or 0xFCFEC5) is known color: Carla. HEX triplet: FC, FE and C5. RGB value is (252,254,197). Sum of RGB (Red+Green+Blue) = 252+254+197=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 197 (77.34% from 255 or 28.02% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEC5 is #03013A. Grayscale: #F7F7F7. Windows color (decimal): -196923 or 12975868. OLE color: 12975868.
HSL color Cylindrical-coordinate representation of color #FCFEC5: hue angle of 62.11º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCFEC5 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 197 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.00 |
| HSL | 62.11º | 0.97% | 0.88% | - |
| HSV(B) | 62.11º | 0.22% | 1% | - |
| XYZ | 85.66 | 95.61 | 66.76 | - |
| YUV | 246.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 197 | 0.01 | 0 | 0.22 | 0.00 | 62.11 | 0.97 | 0.88 |
| Hex | FC | FE | C5 | 1 | 0 | 16 | 0 | 3E | 61 | 58 |
| Octal | 374 | 376 | 305 | 1 | 0 | 26 | 0 | 76 | 141 | 130 |
| Binary | 11111100 | 11111110 | 11000101 | 1 | 0 | 10110 | 0 | 111110 | 1100001 | 1011000 |
Color Harmonies of #FCFEC5
Complementary color
Monochromatic Colors of #FCFEC5
Black with #FCFEC5
Text Example
Text Example
White with #FCFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEC5; }
p { color: rgb(252,254,197); }
H1.HeaderClassName
{
color: #FCFEC5;
}
.AnyTagClassName
{
color: #FCFEC5;
}
</style>
background-color css
<style>
a { background-color: #FCFEC5; }
a { background-color: rgb(252,254,197); }
div.DivClassName
{
background-color: #FCFEC5;
}
.BgClassName
{
background-color: #FCFEC5;
}
</style>
border-color css
<style>
span { border-color: #FCFEC5; }
span { border-color: rgb(252,254,197); }
td.TdClassName
{
border-color: #FCFEC5;
}
.TagClassName
{
border-color: #FCFEC5;
}
</style>