Shades of Carla #FCFFC6
Tints of Carla #FCFFC6
RGB
CMYK
RGB Variations
Color information
#FCFFC6 (or 0xFCFFC6) is known color: Carla. HEX triplet: FC, FF and C6. RGB value is (252,255,198). Sum of RGB (Red+Green+Blue) = 252+255+198=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 198 (77.73% from 255 or 28.09% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC6 is #030039. Grayscale: #F7F7F7. Windows color (decimal): -196666 or 13041660. OLE color: 13041660.
HSL color Cylindrical-coordinate representation of color #FCFFC6: hue angle of 63.16º 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 #FCFFC6 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 198 | - |
| CMYK | 0.01 | 0 | 0.22 | 0 |
| HSL | 63.16º | 1% | 0.89% | - |
| HSV(B) | 63.16º | 0.22% | 1% | - |
| XYZ | 86.1 | 96.29 | 67.47 | - |
| YUV | 247.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 198 | 0.01 | 0 | 0.22 | 0 | 63.16 | 1 | 0.89 |
| Hex | FC | FF | C6 | 1 | 0 | 16 | 0 | 3F | 64 | 59 |
| Octal | 374 | 377 | 306 | 1 | 0 | 26 | 0 | 77 | 144 | 131 |
| Binary | 11111100 | 11111111 | 11000110 | 1 | 0 | 10110 | 0 | 111111 | 1100100 | 1011001 |
Color Harmonies of #FCFFC6
Complementary color
Monochromatic Colors of #FCFFC6
Black with #FCFFC6
Text Example
Text Example
White with #FCFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFC6; }
p { color: rgb(252,255,198); }
H1.HeaderClassName
{
color: #FCFFC6;
}
.AnyTagClassName
{
color: #FCFFC6;
}
</style>
background-color css
<style>
a { background-color: #FCFFC6; }
a { background-color: rgb(252,255,198); }
div.DivClassName
{
background-color: #FCFFC6;
}
.BgClassName
{
background-color: #FCFFC6;
}
</style>
border-color css
<style>
span { border-color: #FCFFC6; }
span { border-color: rgb(252,255,198); }
td.TdClassName
{
border-color: #FCFFC6;
}
.TagClassName
{
border-color: #FCFFC6;
}
</style>