Shades of Carla #FCFFC4
Tints of Carla #FCFFC4
RGB
CMYK
RGB Variations
Color information
#FCFFC4 (or 0xFCFFC4) is known color: Carla. HEX triplet: FC, FF and C4. RGB value is (252,255,196). Sum of RGB (Red+Green+Blue) = 252+255+196=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 196 (76.95% from 255 or 27.88% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC4 is #03003B. Grayscale: #F7F7F7. Windows color (decimal): -196668 or 12910588. OLE color: 12910588.
HSL color Cylindrical-coordinate representation of color #FCFFC4: hue angle of 63.05º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFFC4 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 255 | 196 | - |
CMYK | 0.01 | 0 | 0.23 | 0 |
HSL | 63.05º | 1% | 0.88% | - |
HSV(B) | 63.05º | 0.23% | 1% | - |
XYZ | 85.87 | 96.2 | 66.27 | - |
YUV | 247.38 | 99.01 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 255 | 196 | 0.01 | 0 | 0.23 | 0 | 63.05 | 1 | 0.88 |
Hex | FC | FF | C4 | 1 | 0 | 17 | 0 | 3F | 64 | 58 |
Octal | 374 | 377 | 304 | 1 | 0 | 27 | 0 | 77 | 144 | 130 |
Binary | 11111100 | 11111111 | 11000100 | 1 | 0 | 10111 | 0 | 111111 | 1100100 | 1011000 |
Color Harmonies of #FCFFC4
Complementary color
Monochromatic Colors of #FCFFC4
Black with #FCFFC4
Text Example
Text Example
White with #FCFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFC4; }
p { color: rgb(252,255,196); }
H1.HeaderClassName
{
color: #FCFFC4;
}
.AnyTagClassName
{
color: #FCFFC4;
}
</style>
background-color css
<style>
a { background-color: #FCFFC4; }
a { background-color: rgb(252,255,196); }
div.DivClassName
{
background-color: #FCFFC4;
}
.BgClassName
{
background-color: #FCFFC4;
}
</style>
border-color css
<style>
span { border-color: #FCFFC4; }
span { border-color: rgb(252,255,196); }
td.TdClassName
{
border-color: #FCFFC4;
}
.TagClassName
{
border-color: #FCFFC4;
}
</style>