Shades of Blue Chalk #F2D1FB
Tints of Blue Chalk #F2D1FB
RGB
CMYK
RGB Variations
Color information
#F2D1FB (or 0xF2D1FB) is known color: Blue Chalk. HEX triplet: F2, D1 and FB. RGB value is (242,209,251). Sum of RGB (Red+Green+Blue) = 242+209+251=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 209 (82.03% from 255 or 29.77% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1FB is #0D2E04. Grayscale: #DFDFDF. Windows color (decimal): -863749 or 16503282. OLE color: 16503282.
HSL color Cylindrical-coordinate representation of color #F2D1FB: hue angle of 287.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2D1FB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 209 | 251 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.02 |
| HSL | 287.14º | 0.84% | 0.9% | - |
| HSV(B) | 287.14º | 0.17% | 0.98% | - |
| XYZ | 76.83 | 71.44 | 101.01 | - |
| YUV | 223.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 251 | 0.04 | 0.17 | 0 | 0.02 | 287.14 | 0.84 | 0.9 |
| Hex | F2 | D1 | FB | 4 | 11 | 0 | 2 | 11F | 54 | 5A |
| Octal | 362 | 321 | 373 | 4 | 21 | 0 | 2 | 437 | 124 | 132 |
| Binary | 11110010 | 11010001 | 11111011 | 100 | 10001 | 0 | 10 | 100011111 | 1010100 | 1011010 |
Color Harmonies of #F2D1FB
Complementary color
Monochromatic Colors of #F2D1FB
Black with #F2D1FB
Text Example
Text Example
White with #F2D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1FB; }
p { color: rgb(242,209,251); }
H1.HeaderClassName
{
color: #F2D1FB;
}
.AnyTagClassName
{
color: #F2D1FB;
}
</style>
background-color css
<style>
a { background-color: #F2D1FB; }
a { background-color: rgb(242,209,251); }
div.DivClassName
{
background-color: #F2D1FB;
}
.BgClassName
{
background-color: #F2D1FB;
}
</style>
border-color css
<style>
span { border-color: #F2D1FB; }
span { border-color: rgb(242,209,251); }
td.TdClassName
{
border-color: #F2D1FB;
}
.TagClassName
{
border-color: #F2D1FB;
}
</style>