Shades of Carla #FBFEC9
Tints of Carla #FBFEC9
RGB
CMYK
RGB Variations
Color information
#FBFEC9 (or 0xFBFEC9) is known color: Carla. HEX triplet: FB, FE and C9. RGB value is (251,254,201). Sum of RGB (Red+Green+Blue) = 251+254+201=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 201 (78.91% from 255 or 28.47% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEC9 is #040136. Grayscale: #F7F7F7. Windows color (decimal): -262455 or 13238011. OLE color: 13238011.
HSL color Cylindrical-coordinate representation of color #FBFEC9: hue angle of 63.4º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBFEC9 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 201 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.00 |
| HSL | 63.4º | 0.96% | 0.89% | - |
| HSV(B) | 63.4º | 0.21% | 1% | - |
| XYZ | 85.77 | 95.61 | 69.19 | - |
| YUV | 247.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 201 | 0.01 | 0 | 0.21 | 0.00 | 63.4 | 0.96 | 0.89 |
| Hex | FB | FE | C9 | 1 | 0 | 15 | 0 | 3F | 60 | 59 |
| Octal | 373 | 376 | 311 | 1 | 0 | 25 | 0 | 77 | 140 | 131 |
| Binary | 11111011 | 11111110 | 11001001 | 1 | 0 | 10101 | 0 | 111111 | 1100000 | 1011001 |
Color Harmonies of #FBFEC9
Complementary color
Monochromatic Colors of #FBFEC9
Black with #FBFEC9
Text Example
Text Example
White with #FBFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEC9; }
p { color: rgb(251,254,201); }
H1.HeaderClassName
{
color: #FBFEC9;
}
.AnyTagClassName
{
color: #FBFEC9;
}
</style>
background-color css
<style>
a { background-color: #FBFEC9; }
a { background-color: rgb(251,254,201); }
div.DivClassName
{
background-color: #FBFEC9;
}
.BgClassName
{
background-color: #FBFEC9;
}
</style>
border-color css
<style>
span { border-color: #FBFEC9; }
span { border-color: rgb(251,254,201); }
td.TdClassName
{
border-color: #FBFEC9;
}
.TagClassName
{
border-color: #FBFEC9;
}
</style>