Shades of Carla #F2FACB
Tints of Carla #F2FACB
RGB
CMYK
RGB Variations
Color information
#F2FACB (or 0xF2FACB) is known color: Carla. HEX triplet: F2, FA and CB. RGB value is (242,250,203). Sum of RGB (Red+Green+Blue) = 242+250+203=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FACB is #0D0534. Grayscale: #F2F2F2. Windows color (decimal): -853301 or 13368050. OLE color: 13368050.
HSL color Cylindrical-coordinate representation of color #F2FACB: hue angle of 70.21º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2FACB is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 203 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.02 |
| HSL | 70.21º | 0.82% | 0.89% | - |
| HSV(B) | 70.21º | 0.19% | 0.98% | - |
| XYZ | 81.58 | 91.56 | 69.87 | - |
| YUV | 242.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 203 | 0.03 | 0 | 0.19 | 0.02 | 70.21 | 0.82 | 0.89 |
| Hex | F2 | FA | CB | 3 | 0 | 13 | 2 | 46 | 52 | 59 |
| Octal | 362 | 372 | 313 | 3 | 0 | 23 | 2 | 106 | 122 | 131 |
| Binary | 11110010 | 11111010 | 11001011 | 11 | 0 | 10011 | 10 | 1000110 | 1010010 | 1011001 |
Color Harmonies of #F2FACB
Complementary color
Monochromatic Colors of #F2FACB
Black with #F2FACB
Text Example
Text Example
White with #F2FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FACB; }
p { color: rgb(242,250,203); }
H1.HeaderClassName
{
color: #F2FACB;
}
.AnyTagClassName
{
color: #F2FACB;
}
</style>
background-color css
<style>
a { background-color: #F2FACB; }
a { background-color: rgb(242,250,203); }
div.DivClassName
{
background-color: #F2FACB;
}
.BgClassName
{
background-color: #F2FACB;
}
</style>
border-color css
<style>
span { border-color: #F2FACB; }
span { border-color: rgb(242,250,203); }
td.TdClassName
{
border-color: #F2FACB;
}
.TagClassName
{
border-color: #F2FACB;
}
</style>