Shades of Carla #FCFEC3
Tints of Carla #FCFEC3
RGB
CMYK
RGB Variations
Color information
#FCFEC3 (or 0xFCFEC3) is known color: Carla. HEX triplet: FC, FE and C3. RGB value is (252,254,195). Sum of RGB (Red+Green+Blue) = 252+254+195=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 195 (76.56% from 255 or 27.82% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEC3 is #03013C. Grayscale: #F6F6F6. Windows color (decimal): -196925 or 12844796. OLE color: 12844796.
HSL color Cylindrical-coordinate representation of color #FCFEC3: hue angle of 62.03º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFEC3 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 195 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.00 |
| HSL | 62.03º | 0.97% | 0.88% | - |
| HSV(B) | 62.03º | 0.23% | 1% | - |
| XYZ | 85.44 | 95.52 | 65.56 | - |
| YUV | 246.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 195 | 0.01 | 0 | 0.23 | 0.00 | 62.03 | 0.97 | 0.88 |
| Hex | FC | FE | C3 | 1 | 0 | 17 | 0 | 3E | 61 | 58 |
| Octal | 374 | 376 | 303 | 1 | 0 | 27 | 0 | 76 | 141 | 130 |
| Binary | 11111100 | 11111110 | 11000011 | 1 | 0 | 10111 | 0 | 111110 | 1100001 | 1011000 |
Color Harmonies of #FCFEC3
Complementary color
Monochromatic Colors of #FCFEC3
Black with #FCFEC3
Text Example
Text Example
White with #FCFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEC3; }
p { color: rgb(252,254,195); }
H1.HeaderClassName
{
color: #FCFEC3;
}
.AnyTagClassName
{
color: #FCFEC3;
}
</style>
background-color css
<style>
a { background-color: #FCFEC3; }
a { background-color: rgb(252,254,195); }
div.DivClassName
{
background-color: #FCFEC3;
}
.BgClassName
{
background-color: #FCFEC3;
}
</style>
border-color css
<style>
span { border-color: #FCFEC3; }
span { border-color: rgb(252,254,195); }
td.TdClassName
{
border-color: #FCFEC3;
}
.TagClassName
{
border-color: #FCFEC3;
}
</style>