Shades of Carla #FCFFCB
Tints of Carla #FCFFCB
RGB
CMYK
RGB Variations
Color information
#FCFFCB (or 0xFCFFCB) is known color: Carla. HEX triplet: FC, FF and CB. RGB value is (252,255,203). Sum of RGB (Red+Green+Blue) = 252+255+203=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 203 (79.69% from 255 or 28.59% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCB is #030034. Grayscale: #F8F8F8. Windows color (decimal): -196661 or 13369340. OLE color: 13369340.
HSL color Cylindrical-coordinate representation of color #FCFFCB: hue angle of 63.46º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCFFCB is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 203 | - |
| CMYK | 0.01 | 0 | 0.20 | 0 |
| HSL | 63.46º | 1% | 0.9% | - |
| HSV(B) | 63.46º | 0.2% | 1% | - |
| XYZ | 86.68 | 96.53 | 70.56 | - |
| YUV | 248.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 203 | 0.01 | 0 | 0.20 | 0 | 63.46 | 1 | 0.9 |
| Hex | FC | FF | CB | 1 | 0 | 14 | 0 | 3F | 64 | 5A |
| Octal | 374 | 377 | 313 | 1 | 0 | 24 | 0 | 77 | 144 | 132 |
| Binary | 11111100 | 11111111 | 11001011 | 1 | 0 | 10100 | 0 | 111111 | 1100100 | 1011010 |
Color Harmonies of #FCFFCB
Complementary color
Monochromatic Colors of #FCFFCB
Black with #FCFFCB
Text Example
Text Example
White with #FCFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFCB; }
p { color: rgb(252,255,203); }
H1.HeaderClassName
{
color: #FCFFCB;
}
.AnyTagClassName
{
color: #FCFFCB;
}
</style>
background-color css
<style>
a { background-color: #FCFFCB; }
a { background-color: rgb(252,255,203); }
div.DivClassName
{
background-color: #FCFFCB;
}
.BgClassName
{
background-color: #FCFFCB;
}
</style>
border-color css
<style>
span { border-color: #FCFFCB; }
span { border-color: rgb(252,255,203); }
td.TdClassName
{
border-color: #FCFFCB;
}
.TagClassName
{
border-color: #FCFFCB;
}
</style>