Shades of Carla #F9FEC5
Tints of Carla #F9FEC5
RGB
CMYK
RGB Variations
Color information
#F9FEC5 (or 0xF9FEC5) is known color: Carla. HEX triplet: F9, FE and C5. RGB value is (249,254,197). Sum of RGB (Red+Green+Blue) = 249+254+197=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 197 (77.34% from 255 or 28.14% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FEC5 is #06013A. Grayscale: #F6F6F6. Windows color (decimal): -393531 or 12975865. OLE color: 12975865.
HSL color Cylindrical-coordinate representation of color #F9FEC5: hue angle of 65.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9FEC5 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 254 | 197 | - |
CMYK | 0.02 | 0 | 0.22 | 0.00 |
HSL | 65.26º | 0.97% | 0.88% | - |
HSV(B) | 65.26º | 0.22% | 1% | - |
XYZ | 84.59 | 95.05 | 66.71 | - |
YUV | 246.01 | 100.34 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 254 | 197 | 0.02 | 0 | 0.22 | 0.00 | 65.26 | 0.97 | 0.88 |
Hex | F9 | FE | C5 | 2 | 0 | 16 | 0 | 41 | 61 | 58 |
Octal | 371 | 376 | 305 | 2 | 0 | 26 | 0 | 101 | 141 | 130 |
Binary | 11111001 | 11111110 | 11000101 | 10 | 0 | 10110 | 0 | 1000001 | 1100001 | 1011000 |
Color Harmonies of #F9FEC5
Complementary color
Monochromatic Colors of #F9FEC5
Black with #F9FEC5
Text Example
Text Example
White with #F9FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FEC5; }
p { color: rgb(249,254,197); }
H1.HeaderClassName
{
color: #F9FEC5;
}
.AnyTagClassName
{
color: #F9FEC5;
}
</style>
background-color css
<style>
a { background-color: #F9FEC5; }
a { background-color: rgb(249,254,197); }
div.DivClassName
{
background-color: #F9FEC5;
}
.BgClassName
{
background-color: #F9FEC5;
}
</style>
border-color css
<style>
span { border-color: #F9FEC5; }
span { border-color: rgb(249,254,197); }
td.TdClassName
{
border-color: #F9FEC5;
}
.TagClassName
{
border-color: #F9FEC5;
}
</style>