Shades of Carla #F4FFCA
Tints of Carla #F4FFCA
RGB
CMYK
RGB Variations
Color information
#F4FFCA (or 0xF4FFCA) is known color: Carla. HEX triplet: F4, FF and CA. RGB value is (244,255,202). Sum of RGB (Red+Green+Blue) = 244+255+202=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFCA is #0B0035. Grayscale: #F5F5F5. Windows color (decimal): -720950 or 13303796. OLE color: 13303796.
HSL color Cylindrical-coordinate representation of color #F4FFCA: hue angle of 72.45º 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 #F4FFCA is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 202 | - |
| CMYK | 0.04 | 0 | 0.21 | 0 |
| HSL | 72.45º | 1% | 0.9% | - |
| HSV(B) | 72.45º | 0.21% | 1% | - |
| XYZ | 83.73 | 95.02 | 69.8 | - |
| YUV | 245.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 202 | 0.04 | 0 | 0.21 | 0 | 72.45 | 1 | 0.9 |
| Hex | F4 | FF | CA | 4 | 0 | 15 | 0 | 48 | 64 | 5A |
| Octal | 364 | 377 | 312 | 4 | 0 | 25 | 0 | 110 | 144 | 132 |
| Binary | 11110100 | 11111111 | 11001010 | 100 | 0 | 10101 | 0 | 1001000 | 1100100 | 1011010 |
Color Harmonies of #F4FFCA
Complementary color
Monochromatic Colors of #F4FFCA
Black with #F4FFCA
Text Example
Text Example
White with #F4FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFCA; }
p { color: rgb(244,255,202); }
H1.HeaderClassName
{
color: #F4FFCA;
}
.AnyTagClassName
{
color: #F4FFCA;
}
</style>
background-color css
<style>
a { background-color: #F4FFCA; }
a { background-color: rgb(244,255,202); }
div.DivClassName
{
background-color: #F4FFCA;
}
.BgClassName
{
background-color: #F4FFCA;
}
</style>
border-color css
<style>
span { border-color: #F4FFCA; }
span { border-color: rgb(244,255,202); }
td.TdClassName
{
border-color: #F4FFCA;
}
.TagClassName
{
border-color: #F4FFCA;
}
</style>