Shades of Carla #F4FCCC
Tints of Carla #F4FCCC
RGB
CMYK
RGB Variations
Color information
#F4FCCC (or 0xF4FCCC) is known color: Carla. HEX triplet: F4, FC and CC. RGB value is (244,252,204). Sum of RGB (Red+Green+Blue) = 244+252+204=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 204 (80.08% from 255 or 29.14% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCCC is #0B0333. Grayscale: #F4F4F4. Windows color (decimal): -721716 or 13434100. OLE color: 13434100.
HSL color Cylindrical-coordinate representation of color #F4FCCC: hue angle of 70º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4FCCC is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 252 | 204 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.01 |
| HSL | 70º | 0.89% | 0.89% | - |
| HSV(B) | 70º | 0.19% | 0.99% | - |
| XYZ | 83.02 | 93.21 | 70.74 | - |
| YUV | 244.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 252 | 204 | 0.03 | 0 | 0.19 | 0.01 | 70 | 0.89 | 0.89 |
| Hex | F4 | FC | CC | 3 | 0 | 13 | 1 | 46 | 59 | 59 |
| Octal | 364 | 374 | 314 | 3 | 0 | 23 | 1 | 106 | 131 | 131 |
| Binary | 11110100 | 11111100 | 11001100 | 11 | 0 | 10011 | 1 | 1000110 | 1011001 | 1011001 |
Color Harmonies of #F4FCCC
Complementary color
Monochromatic Colors of #F4FCCC
Black with #F4FCCC
Text Example
Text Example
White with #F4FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FCCC; }
p { color: rgb(244,252,204); }
H1.HeaderClassName
{
color: #F4FCCC;
}
.AnyTagClassName
{
color: #F4FCCC;
}
</style>
background-color css
<style>
a { background-color: #F4FCCC; }
a { background-color: rgb(244,252,204); }
div.DivClassName
{
background-color: #F4FCCC;
}
.BgClassName
{
background-color: #F4FCCC;
}
</style>
border-color css
<style>
span { border-color: #F4FCCC; }
span { border-color: rgb(244,252,204); }
td.TdClassName
{
border-color: #F4FCCC;
}
.TagClassName
{
border-color: #F4FCCC;
}
</style>