Shades of Carla #F9FCCF
Tints of Carla #F9FCCF
RGB
CMYK
RGB Variations
Color information
#F9FCCF (or 0xF9FCCF) is known color: Carla. HEX triplet: F9, FC and CF. RGB value is (249,252,207). Sum of RGB (Red+Green+Blue) = 249+252+207=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 207 (81.25% from 255 or 29.24% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCCF is #060330. Grayscale: #F6F6F6. Windows color (decimal): -394033 or 13630713. OLE color: 13630713.
HSL color Cylindrical-coordinate representation of color #F9FCCF: hue angle of 64º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9FCCF is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 252 | 207 | - |
CMYK | 0.01 | 0 | 0.18 | 0.01 |
HSL | 64º | 0.88% | 0.9% | - |
HSV(B) | 64º | 0.18% | 0.99% | - |
XYZ | 85.14 | 94.27 | 72.74 | - |
YUV | 245.97 | 106.01 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 252 | 207 | 0.01 | 0 | 0.18 | 0.01 | 64 | 0.88 | 0.9 |
Hex | F9 | FC | CF | 1 | 0 | 12 | 1 | 40 | 58 | 5A |
Octal | 371 | 374 | 317 | 1 | 0 | 22 | 1 | 100 | 130 | 132 |
Binary | 11111001 | 11111100 | 11001111 | 1 | 0 | 10010 | 1 | 1000000 | 1011000 | 1011010 |
Color Harmonies of #F9FCCF
Complementary color
Monochromatic Colors of #F9FCCF
Black with #F9FCCF
Text Example
Text Example
White with #F9FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCCF; }
p { color: rgb(249,252,207); }
H1.HeaderClassName
{
color: #F9FCCF;
}
.AnyTagClassName
{
color: #F9FCCF;
}
</style>
background-color css
<style>
a { background-color: #F9FCCF; }
a { background-color: rgb(249,252,207); }
div.DivClassName
{
background-color: #F9FCCF;
}
.BgClassName
{
background-color: #F9FCCF;
}
</style>
border-color css
<style>
span { border-color: #F9FCCF; }
span { border-color: rgb(249,252,207); }
td.TdClassName
{
border-color: #F9FCCF;
}
.TagClassName
{
border-color: #F9FCCF;
}
</style>