Shades of Carla #F9FFCA
Tints of Carla #F9FFCA
RGB
CMYK
RGB Variations
Color information
#F9FFCA (or 0xF9FFCA) is known color: Carla. HEX triplet: F9, FF and CA. RGB value is (249,255,202). Sum of RGB (Red+Green+Blue) = 249+255+202=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 202 (79.30% from 255 or 28.61% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFCA is #060035. Grayscale: #F7F7F7. Windows color (decimal): -393270 or 13303801. OLE color: 13303801.
HSL color Cylindrical-coordinate representation of color #F9FFCA: hue angle of 66.79º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9FFCA is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 249 | 255 | 202 | - |
CMYK | 0.02 | 0 | 0.21 | 0 |
HSL | 66.79º | 1% | 0.9% | - |
HSV(B) | 66.79º | 0.21% | 1% | - |
XYZ | 85.49 | 95.92 | 69.89 | - |
YUV | 247.16 | 102.51 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 255 | 202 | 0.02 | 0 | 0.21 | 0 | 66.79 | 1 | 0.9 |
Hex | F9 | FF | CA | 2 | 0 | 15 | 0 | 43 | 64 | 5A |
Octal | 371 | 377 | 312 | 2 | 0 | 25 | 0 | 103 | 144 | 132 |
Binary | 11111001 | 11111111 | 11001010 | 10 | 0 | 10101 | 0 | 1000011 | 1100100 | 1011010 |
Color Harmonies of #F9FFCA
Complementary color
Monochromatic Colors of #F9FFCA
Black with #F9FFCA
Text Example
Text Example
White with #F9FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFCA; }
p { color: rgb(249,255,202); }
H1.HeaderClassName
{
color: #F9FFCA;
}
.AnyTagClassName
{
color: #F9FFCA;
}
</style>
background-color css
<style>
a { background-color: #F9FFCA; }
a { background-color: rgb(249,255,202); }
div.DivClassName
{
background-color: #F9FFCA;
}
.BgClassName
{
background-color: #F9FFCA;
}
</style>
border-color css
<style>
span { border-color: #F9FFCA; }
span { border-color: rgb(249,255,202); }
td.TdClassName
{
border-color: #F9FFCA;
}
.TagClassName
{
border-color: #F9FFCA;
}
</style>