Shades of Carla #FCFFC9
Tints of Carla #FCFFC9
RGB
CMYK
RGB Variations
Color information
#FCFFC9 (or 0xFCFFC9) is known color: Carla. HEX triplet: FC, FF and C9. RGB value is (252,255,201). Sum of RGB (Red+Green+Blue) = 252+255+201=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 201 (78.91% from 255 or 28.39% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC9 is #030036. Grayscale: #F8F8F8. Windows color (decimal): -196663 or 13238268. OLE color: 13238268.
HSL color Cylindrical-coordinate representation of color #FCFFC9: hue angle of 63.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCFFC9 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 255 | 201 | - |
CMYK | 0.01 | 0 | 0.21 | 0 |
HSL | 63.33º | 1% | 0.89% | - |
HSV(B) | 63.33º | 0.21% | 1% | - |
XYZ | 86.45 | 96.43 | 69.32 | - |
YUV | 247.95 | 101.51 | 130.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 255 | 201 | 0.01 | 0 | 0.21 | 0 | 63.33 | 1 | 0.89 |
Hex | FC | FF | C9 | 1 | 0 | 15 | 0 | 3F | 64 | 59 |
Octal | 374 | 377 | 311 | 1 | 0 | 25 | 0 | 77 | 144 | 131 |
Binary | 11111100 | 11111111 | 11001001 | 1 | 0 | 10101 | 0 | 111111 | 1100100 | 1011001 |
Color Harmonies of #FCFFC9
Complementary color
Monochromatic Colors of #FCFFC9
Black with #FCFFC9
Text Example
Text Example
White with #FCFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFC9; }
p { color: rgb(252,255,201); }
H1.HeaderClassName
{
color: #FCFFC9;
}
.AnyTagClassName
{
color: #FCFFC9;
}
</style>
background-color css
<style>
a { background-color: #FCFFC9; }
a { background-color: rgb(252,255,201); }
div.DivClassName
{
background-color: #FCFFC9;
}
.BgClassName
{
background-color: #FCFFC9;
}
</style>
border-color css
<style>
span { border-color: #FCFFC9; }
span { border-color: rgb(252,255,201); }
td.TdClassName
{
border-color: #FCFFC9;
}
.TagClassName
{
border-color: #FCFFC9;
}
</style>