Shades of Blue Chalk #F2D9FA
Tints of Blue Chalk #F2D9FA
RGB
CMYK
RGB Variations
Color information
#F2D9FA (or 0xF2D9FA) is known color: Blue Chalk. HEX triplet: F2, D9 and FA. RGB value is (242,217,250). Sum of RGB (Red+Green+Blue) = 242+217+250=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 217 (85.16% from 255 or 30.61% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2D9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9FA is #0D2605. Grayscale: #E4E4E4. Windows color (decimal): -861702 or 16439794. OLE color: 16439794.
HSL color Cylindrical-coordinate representation of color #F2D9FA: hue angle of 285.45º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2D9FA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 217 | 250 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.02 |
| HSL | 285.45º | 0.77% | 0.92% | - |
| HSV(B) | 285.45º | 0.13% | 0.98% | - |
| XYZ | 78.69 | 75.41 | 100.85 | - |
| YUV | 228.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 250 | 0.03 | 0.13 | 0 | 0.02 | 285.45 | 0.77 | 0.92 |
| Hex | F2 | D9 | FA | 3 | D | 0 | 2 | 11D | 4D | 5C |
| Octal | 362 | 331 | 372 | 3 | 15 | 0 | 2 | 435 | 115 | 134 |
| Binary | 11110010 | 11011001 | 11111010 | 11 | 1101 | 0 | 10 | 100011101 | 1001101 | 1011100 |
Color Harmonies of #F2D9FA
Complementary color
Monochromatic Colors of #F2D9FA
Black with #F2D9FA
Text Example
Text Example
White with #F2D9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9FA; }
p { color: rgb(242,217,250); }
H1.HeaderClassName
{
color: #F2D9FA;
}
.AnyTagClassName
{
color: #F2D9FA;
}
</style>
background-color css
<style>
a { background-color: #F2D9FA; }
a { background-color: rgb(242,217,250); }
div.DivClassName
{
background-color: #F2D9FA;
}
.BgClassName
{
background-color: #F2D9FA;
}
</style>
border-color css
<style>
span { border-color: #F2D9FA; }
span { border-color: rgb(242,217,250); }
td.TdClassName
{
border-color: #F2D9FA;
}
.TagClassName
{
border-color: #F2D9FA;
}
</style>