Shades of Blue Chalk #F2C6FD
Tints of Blue Chalk #F2C6FD
RGB
CMYK
RGB Variations
Color information
#F2C6FD (or 0xF2C6FD) is known color: Blue Chalk. HEX triplet: F2, C6 and FD. RGB value is (242,198,253). Sum of RGB (Red+Green+Blue) = 242+198+253=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 198 (77.73% from 255 or 28.57% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2C6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C6FD is #0D3902. Grayscale: #D9D9D9. Windows color (decimal): -866563 or 16631538. OLE color: 16631538.
HSL color Cylindrical-coordinate representation of color #F2C6FD: hue angle of 288º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C6FD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 198 | 253 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.01 |
| HSL | 288º | 0.93% | 0.88% | - |
| HSV(B) | 288º | 0.22% | 0.99% | - |
| XYZ | 74.54 | 66.36 | 101.81 | - |
| YUV | 217.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 253 | 0.04 | 0.22 | 0 | 0.01 | 288 | 0.93 | 0.88 |
| Hex | F2 | C6 | FD | 4 | 16 | 0 | 1 | 120 | 5D | 58 |
| Octal | 362 | 306 | 375 | 4 | 26 | 0 | 1 | 440 | 135 | 130 |
| Binary | 11110010 | 11000110 | 11111101 | 100 | 10110 | 0 | 1 | 100100000 | 1011101 | 1011000 |
Color Harmonies of #F2C6FD
Complementary color
Monochromatic Colors of #F2C6FD
Black with #F2C6FD
Text Example
Text Example
White with #F2C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6FD; }
p { color: rgb(242,198,253); }
H1.HeaderClassName
{
color: #F2C6FD;
}
.AnyTagClassName
{
color: #F2C6FD;
}
</style>
background-color css
<style>
a { background-color: #F2C6FD; }
a { background-color: rgb(242,198,253); }
div.DivClassName
{
background-color: #F2C6FD;
}
.BgClassName
{
background-color: #F2C6FD;
}
</style>
border-color css
<style>
span { border-color: #F2C6FD; }
span { border-color: rgb(242,198,253); }
td.TdClassName
{
border-color: #F2C6FD;
}
.TagClassName
{
border-color: #F2C6FD;
}
</style>