Shades of Carla #FCFDC5
Tints of Carla #FCFDC5
RGB
CMYK
RGB Variations
Color information
#FCFDC5 (or 0xFCFDC5) is known color: Carla. HEX triplet: FC, FD and C5. RGB value is (252,253,197). Sum of RGB (Red+Green+Blue) = 252+253+197=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 197 (77.34% from 255 or 28.06% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDC5 is #03023A. Grayscale: #F6F6F6. Windows color (decimal): -197179 or 12975612. OLE color: 12975612.
HSL color Cylindrical-coordinate representation of color #FCFDC5: hue angle of 61.07º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCFDC5 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 197 | - |
CMYK | 0.00 | 0 | 0.22 | 0.01 |
HSL | 61.07º | 0.93% | 0.88% | - |
HSV(B) | 61.07º | 0.22% | 0.99% | - |
XYZ | 85.35 | 94.98 | 66.66 | - |
YUV | 246.32 | 100.17 | 132.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 197 | 0.00 | 0 | 0.22 | 0.01 | 61.07 | 0.93 | 0.88 |
Hex | FC | FD | C5 | 0 | 0 | 16 | 1 | 3D | 5D | 58 |
Octal | 374 | 375 | 305 | 0 | 0 | 26 | 1 | 75 | 135 | 130 |
Binary | 11111100 | 11111101 | 11000101 | 0 | 0 | 10110 | 1 | 111101 | 1011101 | 1011000 |
Color Harmonies of #FCFDC5
Complementary color
Monochromatic Colors of #FCFDC5
Black with #FCFDC5
Text Example
Text Example
White with #FCFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDC5; }
p { color: rgb(252,253,197); }
H1.HeaderClassName
{
color: #FCFDC5;
}
.AnyTagClassName
{
color: #FCFDC5;
}
</style>
background-color css
<style>
a { background-color: #FCFDC5; }
a { background-color: rgb(252,253,197); }
div.DivClassName
{
background-color: #FCFDC5;
}
.BgClassName
{
background-color: #FCFDC5;
}
</style>
border-color css
<style>
span { border-color: #FCFDC5; }
span { border-color: rgb(252,253,197); }
td.TdClassName
{
border-color: #FCFDC5;
}
.TagClassName
{
border-color: #FCFDC5;
}
</style>