Shades of Carla #FBFECB
Tints of Carla #FBFECB
RGB
CMYK
RGB Variations
Color information
#FBFECB (or 0xFBFECB) is known color: Carla. HEX triplet: FB, FE and CB. RGB value is (251,254,203). Sum of RGB (Red+Green+Blue) = 251+254+203=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 203 (79.69% from 255 or 28.67% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFECB is #040134. Grayscale: #F7F7F7. Windows color (decimal): -262453 or 13369083. OLE color: 13369083.
HSL color Cylindrical-coordinate representation of color #FBFECB: hue angle of 63.53º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBFECB is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 203 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.00 |
| HSL | 63.53º | 0.96% | 0.9% | - |
| HSV(B) | 63.53º | 0.2% | 1% | - |
| XYZ | 86 | 95.7 | 70.44 | - |
| YUV | 247.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 203 | 0.01 | 0 | 0.20 | 0.00 | 63.53 | 0.96 | 0.9 |
| Hex | FB | FE | CB | 1 | 0 | 14 | 0 | 40 | 60 | 5A |
| Octal | 373 | 376 | 313 | 1 | 0 | 24 | 0 | 100 | 140 | 132 |
| Binary | 11111011 | 11111110 | 11001011 | 1 | 0 | 10100 | 0 | 1000000 | 1100000 | 1011010 |
Color Harmonies of #FBFECB
Complementary color
Monochromatic Colors of #FBFECB
Black with #FBFECB
Text Example
Text Example
White with #FBFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFECB; }
p { color: rgb(251,254,203); }
H1.HeaderClassName
{
color: #FBFECB;
}
.AnyTagClassName
{
color: #FBFECB;
}
</style>
background-color css
<style>
a { background-color: #FBFECB; }
a { background-color: rgb(251,254,203); }
div.DivClassName
{
background-color: #FBFECB;
}
.BgClassName
{
background-color: #FBFECB;
}
</style>
border-color css
<style>
span { border-color: #FBFECB; }
span { border-color: rgb(251,254,203); }
td.TdClassName
{
border-color: #FBFECB;
}
.TagClassName
{
border-color: #FBFECB;
}
</style>