Shades of Carla #FBFEC8
Tints of Carla #FBFEC8
RGB
CMYK
RGB Variations
Color information
#FBFEC8 (or 0xFBFEC8) is known color: Carla. HEX triplet: FB, FE and C8. RGB value is (251,254,200). Sum of RGB (Red+Green+Blue) = 251+254+200=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 200 (78.52% from 255 or 28.37% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEC8 is #040137. Grayscale: #F7F7F7. Windows color (decimal): -262456 or 13172475. OLE color: 13172475.
HSL color Cylindrical-coordinate representation of color #FBFEC8: hue angle of 63.33º 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 #FBFEC8 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 200 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.00 |
| HSL | 63.33º | 0.96% | 0.89% | - |
| HSV(B) | 63.33º | 0.21% | 1% | - |
| XYZ | 85.65 | 95.56 | 68.57 | - |
| YUV | 246.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 200 | 0.01 | 0 | 0.21 | 0.00 | 63.33 | 0.96 | 0.89 |
| Hex | FB | FE | C8 | 1 | 0 | 15 | 0 | 3F | 60 | 59 |
| Octal | 373 | 376 | 310 | 1 | 0 | 25 | 0 | 77 | 140 | 131 |
| Binary | 11111011 | 11111110 | 11001000 | 1 | 0 | 10101 | 0 | 111111 | 1100000 | 1011001 |
Color Harmonies of #FBFEC8
Complementary color
Monochromatic Colors of #FBFEC8
Black with #FBFEC8
Text Example
Text Example
White with #FBFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEC8; }
p { color: rgb(251,254,200); }
H1.HeaderClassName
{
color: #FBFEC8;
}
.AnyTagClassName
{
color: #FBFEC8;
}
</style>
background-color css
<style>
a { background-color: #FBFEC8; }
a { background-color: rgb(251,254,200); }
div.DivClassName
{
background-color: #FBFEC8;
}
.BgClassName
{
background-color: #FBFEC8;
}
</style>
border-color css
<style>
span { border-color: #FBFEC8; }
span { border-color: rgb(251,254,200); }
td.TdClassName
{
border-color: #FBFEC8;
}
.TagClassName
{
border-color: #FBFEC8;
}
</style>