Shades of Carla #F9FBCD
Tints of Carla #F9FBCD
RGB
CMYK
RGB Variations
Color information
#F9FBCD (or 0xF9FBCD) is known color: Carla. HEX triplet: F9, FB and CD. RGB value is (249,251,205). Sum of RGB (Red+Green+Blue) = 249+251+205=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 205 (80.47% from 255 or 29.08% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FBCD is #060432. Grayscale: #F5F5F5. Windows color (decimal): -394291 or 13499385. OLE color: 13499385.
HSL color Cylindrical-coordinate representation of color #F9FBCD: hue angle of 62.61º 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 #F9FBCD is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 251 | 205 | - |
CMYK | 0.01 | 0 | 0.18 | 0.02 |
HSL | 62.61º | 0.85% | 0.89% | - |
HSV(B) | 62.61º | 0.18% | 0.98% | - |
XYZ | 84.58 | 93.54 | 71.35 | - |
YUV | 245.16 | 105.34 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 251 | 205 | 0.01 | 0 | 0.18 | 0.02 | 62.61 | 0.85 | 0.89 |
Hex | F9 | FB | CD | 1 | 0 | 12 | 2 | 3F | 55 | 59 |
Octal | 371 | 373 | 315 | 1 | 0 | 22 | 2 | 77 | 125 | 131 |
Binary | 11111001 | 11111011 | 11001101 | 1 | 0 | 10010 | 10 | 111111 | 1010101 | 1011001 |
Color Harmonies of #F9FBCD
Complementary color
Monochromatic Colors of #F9FBCD
Black with #F9FBCD
Text Example
Text Example
White with #F9FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FBCD; }
p { color: rgb(249,251,205); }
H1.HeaderClassName
{
color: #F9FBCD;
}
.AnyTagClassName
{
color: #F9FBCD;
}
</style>
background-color css
<style>
a { background-color: #F9FBCD; }
a { background-color: rgb(249,251,205); }
div.DivClassName
{
background-color: #F9FBCD;
}
.BgClassName
{
background-color: #F9FBCD;
}
</style>
border-color css
<style>
span { border-color: #F9FBCD; }
span { border-color: rgb(249,251,205); }
td.TdClassName
{
border-color: #F9FBCD;
}
.TagClassName
{
border-color: #F9FBCD;
}
</style>