Shades of Carla #F9FEC2
Tints of Carla #F9FEC2
RGB
CMYK
RGB Variations
Color information
#F9FEC2 (or 0xF9FEC2) is known color: Carla. HEX triplet: F9, FE and C2. RGB value is (249,254,194). Sum of RGB (Red+Green+Blue) = 249+254+194=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 194 (76.17% from 255 or 27.83% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FEC2 is #06013D. Grayscale: #F5F5F5. Windows color (decimal): -393534 or 12779257. OLE color: 12779257.
HSL color Cylindrical-coordinate representation of color #F9FEC2: hue angle of 65º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9FEC2 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 254 | 194 | - |
CMYK | 0.02 | 0 | 0.24 | 0.00 |
HSL | 65º | 0.97% | 0.88% | - |
HSV(B) | 65º | 0.24% | 1% | - |
XYZ | 84.25 | 94.92 | 64.92 | - |
YUV | 245.67 | 98.84 | 130.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 254 | 194 | 0.02 | 0 | 0.24 | 0.00 | 65 | 0.97 | 0.88 |
Hex | F9 | FE | C2 | 2 | 0 | 18 | 0 | 41 | 61 | 58 |
Octal | 371 | 376 | 302 | 2 | 0 | 30 | 0 | 101 | 141 | 130 |
Binary | 11111001 | 11111110 | 11000010 | 10 | 0 | 11000 | 0 | 1000001 | 1100001 | 1011000 |
Color Harmonies of #F9FEC2
Complementary color
Monochromatic Colors of #F9FEC2
Black with #F9FEC2
Text Example
Text Example
White with #F9FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FEC2; }
p { color: rgb(249,254,194); }
H1.HeaderClassName
{
color: #F9FEC2;
}
.AnyTagClassName
{
color: #F9FEC2;
}
</style>
background-color css
<style>
a { background-color: #F9FEC2; }
a { background-color: rgb(249,254,194); }
div.DivClassName
{
background-color: #F9FEC2;
}
.BgClassName
{
background-color: #F9FEC2;
}
</style>
border-color css
<style>
span { border-color: #F9FEC2; }
span { border-color: rgb(249,254,194); }
td.TdClassName
{
border-color: #F9FEC2;
}
.TagClassName
{
border-color: #F9FEC2;
}
</style>