Shades of Blue Chalk #F2DAFB
Tints of Blue Chalk #F2DAFB
RGB
CMYK
RGB Variations
Color information
#F2DAFB (or 0xF2DAFB) is known color: Blue Chalk. HEX triplet: F2, DA and FB. RGB value is (242,218,251). Sum of RGB (Red+Green+Blue) = 242+218+251=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFB is #0D2504. Grayscale: #E4E4E4. Windows color (decimal): -861445 or 16505586. OLE color: 16505586.
HSL color Cylindrical-coordinate representation of color #F2DAFB: hue angle of 283.64º degrees, saturation: 0.8, 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 #F2DAFB is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 218 | 251 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.02 |
| HSL | 283.64º | 0.8% | 0.92% | - |
| HSV(B) | 283.64º | 0.13% | 0.98% | - |
| XYZ | 79.1 | 75.99 | 101.76 | - |
| YUV | 228.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 251 | 0.04 | 0.13 | 0 | 0.02 | 283.64 | 0.8 | 0.92 |
| Hex | F2 | DA | FB | 4 | D | 0 | 2 | 11C | 50 | 5C |
| Octal | 362 | 332 | 373 | 4 | 15 | 0 | 2 | 434 | 120 | 134 |
| Binary | 11110010 | 11011010 | 11111011 | 100 | 1101 | 0 | 10 | 100011100 | 1010000 | 1011100 |
Color Harmonies of #F2DAFB
Complementary color
Monochromatic Colors of #F2DAFB
Black with #F2DAFB
Text Example
Text Example
White with #F2DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAFB; }
p { color: rgb(242,218,251); }
H1.HeaderClassName
{
color: #F2DAFB;
}
.AnyTagClassName
{
color: #F2DAFB;
}
</style>
background-color css
<style>
a { background-color: #F2DAFB; }
a { background-color: rgb(242,218,251); }
div.DivClassName
{
background-color: #F2DAFB;
}
.BgClassName
{
background-color: #F2DAFB;
}
</style>
border-color css
<style>
span { border-color: #F2DAFB; }
span { border-color: rgb(242,218,251); }
td.TdClassName
{
border-color: #F2DAFB;
}
.TagClassName
{
border-color: #F2DAFB;
}
</style>