Shades of Carla #F9FCC5
Tints of Carla #F9FCC5
RGB
CMYK
RGB Variations
Color information
#F9FCC5 (or 0xF9FCC5) is known color: Carla. HEX triplet: F9, FC and C5. RGB value is (249,252,197). Sum of RGB (Red+Green+Blue) = 249+252+197=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 197 (77.34% from 255 or 28.22% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCC5 is #06033A. Grayscale: #F5F5F5. Windows color (decimal): -394043 or 12975353. OLE color: 12975353.
HSL color Cylindrical-coordinate representation of color #F9FCC5: hue angle of 63.27º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9FCC5 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 252 | 197 | - |
CMYK | 0.01 | 0 | 0.22 | 0.01 |
HSL | 63.27º | 0.9% | 0.88% | - |
HSV(B) | 63.27º | 0.22% | 0.99% | - |
XYZ | 83.96 | 93.79 | 66.5 | - |
YUV | 244.83 | 101.01 | 130.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 252 | 197 | 0.01 | 0 | 0.22 | 0.01 | 63.27 | 0.9 | 0.88 |
Hex | F9 | FC | C5 | 1 | 0 | 16 | 1 | 3F | 5A | 58 |
Octal | 371 | 374 | 305 | 1 | 0 | 26 | 1 | 77 | 132 | 130 |
Binary | 11111001 | 11111100 | 11000101 | 1 | 0 | 10110 | 1 | 111111 | 1011010 | 1011000 |
Color Harmonies of #F9FCC5
Complementary color
Monochromatic Colors of #F9FCC5
Black with #F9FCC5
Text Example
Text Example
White with #F9FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCC5; }
p { color: rgb(249,252,197); }
H1.HeaderClassName
{
color: #F9FCC5;
}
.AnyTagClassName
{
color: #F9FCC5;
}
</style>
background-color css
<style>
a { background-color: #F9FCC5; }
a { background-color: rgb(249,252,197); }
div.DivClassName
{
background-color: #F9FCC5;
}
.BgClassName
{
background-color: #F9FCC5;
}
</style>
border-color css
<style>
span { border-color: #F9FCC5; }
span { border-color: rgb(249,252,197); }
td.TdClassName
{
border-color: #F9FCC5;
}
.TagClassName
{
border-color: #F9FCC5;
}
</style>