Shades of Blue Chalk #F2D7FC
Tints of Blue Chalk #F2D7FC
RGB
CMYK
RGB Variations
Color information
#F2D7FC (or 0xF2D7FC) is known color: Blue Chalk. HEX triplet: F2, D7 and FC. RGB value is (242,215,252). Sum of RGB (Red+Green+Blue) = 242+215+252=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 215 (84.38% from 255 or 30.32% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2D7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D7FC is #0D2803. Grayscale: #E3E3E3. Windows color (decimal): -862212 or 16570354. OLE color: 16570354.
HSL color Cylindrical-coordinate representation of color #F2D7FC: hue angle of 283.78º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2D7FC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 215 | 252 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.01 |
| HSL | 283.78º | 0.86% | 0.92% | - |
| HSV(B) | 283.78º | 0.15% | 0.99% | - |
| XYZ | 78.49 | 74.51 | 102.34 | - |
| YUV | 227.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 252 | 0.04 | 0.15 | 0 | 0.01 | 283.78 | 0.86 | 0.92 |
| Hex | F2 | D7 | FC | 4 | F | 0 | 1 | 11C | 56 | 5C |
| Octal | 362 | 327 | 374 | 4 | 17 | 0 | 1 | 434 | 126 | 134 |
| Binary | 11110010 | 11010111 | 11111100 | 100 | 1111 | 0 | 1 | 100011100 | 1010110 | 1011100 |
Color Harmonies of #F2D7FC
Complementary color
Monochromatic Colors of #F2D7FC
Black with #F2D7FC
Text Example
Text Example
White with #F2D7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D7FC; }
p { color: rgb(242,215,252); }
H1.HeaderClassName
{
color: #F2D7FC;
}
.AnyTagClassName
{
color: #F2D7FC;
}
</style>
background-color css
<style>
a { background-color: #F2D7FC; }
a { background-color: rgb(242,215,252); }
div.DivClassName
{
background-color: #F2D7FC;
}
.BgClassName
{
background-color: #F2D7FC;
}
</style>
border-color css
<style>
span { border-color: #F2D7FC; }
span { border-color: rgb(242,215,252); }
td.TdClassName
{
border-color: #F2D7FC;
}
.TagClassName
{
border-color: #F2D7FC;
}
</style>