Shades of Carla #FCFFC8
Tints of Carla #FCFFC8
RGB
CMYK
RGB Variations
Color information
#FCFFC8 (or 0xFCFFC8) is known color: Carla. HEX triplet: FC, FF and C8. RGB value is (252,255,200). Sum of RGB (Red+Green+Blue) = 252+255+200=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 200 (78.52% from 255 or 28.29% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC8 is #030037. Grayscale: #F8F8F8. Windows color (decimal): -196664 or 13172732. OLE color: 13172732.
HSL color Cylindrical-coordinate representation of color #FCFFC8: hue angle of 63.27º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCFFC8 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 200 | - |
| CMYK | 0.01 | 0 | 0.22 | 0 |
| HSL | 63.27º | 1% | 0.89% | - |
| HSV(B) | 63.27º | 0.22% | 1% | - |
| XYZ | 86.33 | 96.39 | 68.7 | - |
| YUV | 247.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 200 | 0.01 | 0 | 0.22 | 0 | 63.27 | 1 | 0.89 |
| Hex | FC | FF | C8 | 1 | 0 | 16 | 0 | 3F | 64 | 59 |
| Octal | 374 | 377 | 310 | 1 | 0 | 26 | 0 | 77 | 144 | 131 |
| Binary | 11111100 | 11111111 | 11001000 | 1 | 0 | 10110 | 0 | 111111 | 1100100 | 1011001 |
Color Harmonies of #FCFFC8
Complementary color
Monochromatic Colors of #FCFFC8
Black with #FCFFC8
Text Example
Text Example
White with #FCFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFC8; }
p { color: rgb(252,255,200); }
H1.HeaderClassName
{
color: #FCFFC8;
}
.AnyTagClassName
{
color: #FCFFC8;
}
</style>
background-color css
<style>
a { background-color: #FCFFC8; }
a { background-color: rgb(252,255,200); }
div.DivClassName
{
background-color: #FCFFC8;
}
.BgClassName
{
background-color: #FCFFC8;
}
</style>
border-color css
<style>
span { border-color: #FCFFC8; }
span { border-color: rgb(252,255,200); }
td.TdClassName
{
border-color: #FCFFC8;
}
.TagClassName
{
border-color: #FCFFC8;
}
</style>