Shades of Carla #F6FBCD
Tints of Carla #F6FBCD
RGB
CMYK
RGB Variations
Color information
#F6FBCD (or 0xF6FBCD) is known color: Carla. HEX triplet: F6, FB and CD. RGB value is (246,251,205). Sum of RGB (Red+Green+Blue) = 246+251+205=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 205 (80.47% from 255 or 29.20% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FBCD is #090432. Grayscale: #F4F4F4. Windows color (decimal): -590899 or 13499382. OLE color: 13499382.
HSL color Cylindrical-coordinate representation of color #F6FBCD: hue angle of 66.52º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6FBCD is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 246 | 251 | 205 | - |
CMYK | 0.02 | 0 | 0.18 | 0.02 |
HSL | 66.52º | 0.85% | 0.89% | - |
HSV(B) | 66.52º | 0.18% | 0.98% | - |
XYZ | 83.52 | 92.99 | 71.31 | - |
YUV | 244.26 | 105.84 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 251 | 205 | 0.02 | 0 | 0.18 | 0.02 | 66.52 | 0.85 | 0.89 |
Hex | F6 | FB | CD | 2 | 0 | 12 | 2 | 43 | 55 | 59 |
Octal | 366 | 373 | 315 | 2 | 0 | 22 | 2 | 103 | 125 | 131 |
Binary | 11110110 | 11111011 | 11001101 | 10 | 0 | 10010 | 10 | 1000011 | 1010101 | 1011001 |
Color Harmonies of #F6FBCD
Complementary color
Monochromatic Colors of #F6FBCD
Black with #F6FBCD
Text Example
Text Example
White with #F6FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FBCD; }
p { color: rgb(246,251,205); }
H1.HeaderClassName
{
color: #F6FBCD;
}
.AnyTagClassName
{
color: #F6FBCD;
}
</style>
background-color css
<style>
a { background-color: #F6FBCD; }
a { background-color: rgb(246,251,205); }
div.DivClassName
{
background-color: #F6FBCD;
}
.BgClassName
{
background-color: #F6FBCD;
}
</style>
border-color css
<style>
span { border-color: #F6FBCD; }
span { border-color: rgb(246,251,205); }
td.TdClassName
{
border-color: #F6FBCD;
}
.TagClassName
{
border-color: #F6FBCD;
}
</style>