Shades of Blue Chalk #F2C5FD
Tints of Blue Chalk #F2C5FD
RGB
CMYK
RGB Variations
Color information
#F2C5FD (or 0xF2C5FD) is known color: Blue Chalk. HEX triplet: F2, C5 and FD. RGB value is (242,197,253). Sum of RGB (Red+Green+Blue) = 242+197+253=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 197 (77.34% from 255 or 28.47% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2C5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C5FD is #0D3A02. Grayscale: #D8D8D8. Windows color (decimal): -866819 or 16631282. OLE color: 16631282.
HSL color Cylindrical-coordinate representation of color #F2C5FD: hue angle of 288.21º 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 #F2C5FD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 197 | 253 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.01 |
| HSL | 288.21º | 0.93% | 0.88% | - |
| HSV(B) | 288.21º | 0.22% | 0.99% | - |
| XYZ | 74.31 | 65.9 | 101.73 | - |
| YUV | 216.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 253 | 0.04 | 0.22 | 0 | 0.01 | 288.21 | 0.93 | 0.88 |
| Hex | F2 | C5 | FD | 4 | 16 | 0 | 1 | 120 | 5D | 58 |
| Octal | 362 | 305 | 375 | 4 | 26 | 0 | 1 | 440 | 135 | 130 |
| Binary | 11110010 | 11000101 | 11111101 | 100 | 10110 | 0 | 1 | 100100000 | 1011101 | 1011000 |
Color Harmonies of #F2C5FD
Complementary color
Monochromatic Colors of #F2C5FD
Black with #F2C5FD
Text Example
Text Example
White with #F2C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C5FD; }
p { color: rgb(242,197,253); }
H1.HeaderClassName
{
color: #F2C5FD;
}
.AnyTagClassName
{
color: #F2C5FD;
}
</style>
background-color css
<style>
a { background-color: #F2C5FD; }
a { background-color: rgb(242,197,253); }
div.DivClassName
{
background-color: #F2C5FD;
}
.BgClassName
{
background-color: #F2C5FD;
}
</style>
border-color css
<style>
span { border-color: #F2C5FD; }
span { border-color: rgb(242,197,253); }
td.TdClassName
{
border-color: #F2C5FD;
}
.TagClassName
{
border-color: #F2C5FD;
}
</style>