Shades of Blue Chalk #F2DAFA
Tints of Blue Chalk #F2DAFA
RGB
CMYK
RGB Variations
Color information
#F2DAFA (or 0xF2DAFA) is known color: Blue Chalk. HEX triplet: F2, DA and FA. RGB value is (242,218,250). Sum of RGB (Red+Green+Blue) = 242+218+250=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFA is #0D2505. Grayscale: #E4E4E4. Windows color (decimal): -861446 or 16440050. OLE color: 16440050.
HSL color Cylindrical-coordinate representation of color #F2DAFA: hue angle of 285º degrees, saturation: 0.76, 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 #F2DAFA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 218 | 250 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.02 |
| HSL | 285º | 0.76% | 0.92% | - |
| HSV(B) | 285º | 0.13% | 0.98% | - |
| XYZ | 78.94 | 75.92 | 100.94 | - |
| YUV | 228.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 250 | 0.03 | 0.13 | 0 | 0.02 | 285 | 0.76 | 0.92 |
| Hex | F2 | DA | FA | 3 | D | 0 | 2 | 11D | 4C | 5C |
| Octal | 362 | 332 | 372 | 3 | 15 | 0 | 2 | 435 | 114 | 134 |
| Binary | 11110010 | 11011010 | 11111010 | 11 | 1101 | 0 | 10 | 100011101 | 1001100 | 1011100 |
Color Harmonies of #F2DAFA
Complementary color
Monochromatic Colors of #F2DAFA
Black with #F2DAFA
Text Example
Text Example
White with #F2DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAFA; }
p { color: rgb(242,218,250); }
H1.HeaderClassName
{
color: #F2DAFA;
}
.AnyTagClassName
{
color: #F2DAFA;
}
</style>
background-color css
<style>
a { background-color: #F2DAFA; }
a { background-color: rgb(242,218,250); }
div.DivClassName
{
background-color: #F2DAFA;
}
.BgClassName
{
background-color: #F2DAFA;
}
</style>
border-color css
<style>
span { border-color: #F2DAFA; }
span { border-color: rgb(242,218,250); }
td.TdClassName
{
border-color: #F2DAFA;
}
.TagClassName
{
border-color: #F2DAFA;
}
</style>