Shades of Carla #FBFDC8
Tints of Carla #FBFDC8
RGB
CMYK
RGB Variations
Color information
#FBFDC8 (or 0xFBFDC8) is known color: Carla. HEX triplet: FB, FD and C8. RGB value is (251,253,200). Sum of RGB (Red+Green+Blue) = 251+253+200=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 200 (78.52% from 255 or 28.41% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDC8 is #040237. Grayscale: #F6F6F6. Windows color (decimal): -262712 or 13172219. OLE color: 13172219.
HSL color Cylindrical-coordinate representation of color #FBFDC8: hue angle of 62.26º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBFDC8 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 200 | - |
CMYK | 0.01 | 0 | 0.21 | 0.01 |
HSL | 62.26º | 0.93% | 0.89% | - |
HSV(B) | 62.26º | 0.21% | 0.99% | - |
XYZ | 85.33 | 94.93 | 68.47 | - |
YUV | 246.36 | 101.84 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 200 | 0.01 | 0 | 0.21 | 0.01 | 62.26 | 0.93 | 0.89 |
Hex | FB | FD | C8 | 1 | 0 | 15 | 1 | 3E | 5D | 59 |
Octal | 373 | 375 | 310 | 1 | 0 | 25 | 1 | 76 | 135 | 131 |
Binary | 11111011 | 11111101 | 11001000 | 1 | 0 | 10101 | 1 | 111110 | 1011101 | 1011001 |
Color Harmonies of #FBFDC8
Complementary color
Monochromatic Colors of #FBFDC8
Black with #FBFDC8
Text Example
Text Example
White with #FBFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDC8; }
p { color: rgb(251,253,200); }
H1.HeaderClassName
{
color: #FBFDC8;
}
.AnyTagClassName
{
color: #FBFDC8;
}
</style>
background-color css
<style>
a { background-color: #FBFDC8; }
a { background-color: rgb(251,253,200); }
div.DivClassName
{
background-color: #FBFDC8;
}
.BgClassName
{
background-color: #FBFDC8;
}
</style>
border-color css
<style>
span { border-color: #FBFDC8; }
span { border-color: rgb(251,253,200); }
td.TdClassName
{
border-color: #FBFDC8;
}
.TagClassName
{
border-color: #FBFDC8;
}
</style>