Shades of Blue Chalk #F2C7FA
Tints of Blue Chalk #F2C7FA
RGB
CMYK
RGB Variations
Color information
#F2C7FA (or 0xF2C7FA) is known color: Blue Chalk. HEX triplet: F2, C7 and FA. RGB value is (242,199,250). Sum of RGB (Red+Green+Blue) = 242+199+250=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2C7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7FA is #0D3805. Grayscale: #D9D9D9. Windows color (decimal): -866310 or 16435186. OLE color: 16435186.
HSL color Cylindrical-coordinate representation of color #F2C7FA: hue angle of 290.59º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C7FA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 199 | 250 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.02 |
| HSL | 290.59º | 0.84% | 0.88% | - |
| HSV(B) | 290.59º | 0.2% | 0.98% | - |
| XYZ | 74.3 | 66.63 | 99.39 | - |
| YUV | 217.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 250 | 0.03 | 0.20 | 0 | 0.02 | 290.59 | 0.84 | 0.88 |
| Hex | F2 | C7 | FA | 3 | 14 | 0 | 2 | 123 | 54 | 58 |
| Octal | 362 | 307 | 372 | 3 | 24 | 0 | 2 | 443 | 124 | 130 |
| Binary | 11110010 | 11000111 | 11111010 | 11 | 10100 | 0 | 10 | 100100011 | 1010100 | 1011000 |
Color Harmonies of #F2C7FA
Complementary color
Monochromatic Colors of #F2C7FA
Black with #F2C7FA
Text Example
Text Example
White with #F2C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C7FA; }
p { color: rgb(242,199,250); }
H1.HeaderClassName
{
color: #F2C7FA;
}
.AnyTagClassName
{
color: #F2C7FA;
}
</style>
background-color css
<style>
a { background-color: #F2C7FA; }
a { background-color: rgb(242,199,250); }
div.DivClassName
{
background-color: #F2C7FA;
}
.BgClassName
{
background-color: #F2C7FA;
}
</style>
border-color css
<style>
span { border-color: #F2C7FA; }
span { border-color: rgb(242,199,250); }
td.TdClassName
{
border-color: #F2C7FA;
}
.TagClassName
{
border-color: #F2C7FA;
}
</style>