Shades of Carla #FBFDCB
Tints of Carla #FBFDCB
RGB
CMYK
RGB Variations
Color information
#FBFDCB (or 0xFBFDCB) is known color: Carla. HEX triplet: FB, FD and CB. RGB value is (251,253,203). Sum of RGB (Red+Green+Blue) = 251+253+203=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDCB is #040234. Grayscale: #F6F6F6. Windows color (decimal): -262709 or 13368827. OLE color: 13368827.
HSL color Cylindrical-coordinate representation of color #FBFDCB: hue angle of 62.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBFDCB is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 203 | - |
CMYK | 0.01 | 0 | 0.20 | 0.01 |
HSL | 62.4º | 0.93% | 0.89% | - |
HSV(B) | 62.4º | 0.2% | 0.99% | - |
XYZ | 85.69 | 95.07 | 70.33 | - |
YUV | 246.7 | 103.34 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 203 | 0.01 | 0 | 0.20 | 0.01 | 62.4 | 0.93 | 0.89 |
Hex | FB | FD | CB | 1 | 0 | 14 | 1 | 3E | 5D | 59 |
Octal | 373 | 375 | 313 | 1 | 0 | 24 | 1 | 76 | 135 | 131 |
Binary | 11111011 | 11111101 | 11001011 | 1 | 0 | 10100 | 1 | 111110 | 1011101 | 1011001 |
Color Harmonies of #FBFDCB
Complementary color
Monochromatic Colors of #FBFDCB
Black with #FBFDCB
Text Example
Text Example
White with #FBFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDCB; }
p { color: rgb(251,253,203); }
H1.HeaderClassName
{
color: #FBFDCB;
}
.AnyTagClassName
{
color: #FBFDCB;
}
</style>
background-color css
<style>
a { background-color: #FBFDCB; }
a { background-color: rgb(251,253,203); }
div.DivClassName
{
background-color: #FBFDCB;
}
.BgClassName
{
background-color: #FBFDCB;
}
</style>
border-color css
<style>
span { border-color: #FBFDCB; }
span { border-color: rgb(251,253,203); }
td.TdClassName
{
border-color: #FBFDCB;
}
.TagClassName
{
border-color: #FBFDCB;
}
</style>