Shades of Blue Chalk #F2DBFA
Tints of Blue Chalk #F2DBFA
RGB
CMYK
RGB Variations
Color information
#F2DBFA (or 0xF2DBFA) is known color: Blue Chalk. HEX triplet: F2, DB and FA. RGB value is (242,219,250). Sum of RGB (Red+Green+Blue) = 242+219+250=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2DBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBFA is #0D2405. Grayscale: #E5E5E5. Windows color (decimal): -861190 or 16440306. OLE color: 16440306.
HSL color Cylindrical-coordinate representation of color #F2DBFA: hue angle of 284.52º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DBFA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 219 | 250 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.02 |
| HSL | 284.52º | 0.76% | 0.92% | - |
| HSV(B) | 284.52º | 0.12% | 0.98% | - |
| XYZ | 79.2 | 76.44 | 101.02 | - |
| YUV | 229.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 250 | 0.03 | 0.12 | 0 | 0.02 | 284.52 | 0.76 | 0.92 |
| Hex | F2 | DB | FA | 3 | C | 0 | 2 | 11D | 4C | 5C |
| Octal | 362 | 333 | 372 | 3 | 14 | 0 | 2 | 435 | 114 | 134 |
| Binary | 11110010 | 11011011 | 11111010 | 11 | 1100 | 0 | 10 | 100011101 | 1001100 | 1011100 |
Color Harmonies of #F2DBFA
Complementary color
Monochromatic Colors of #F2DBFA
Black with #F2DBFA
Text Example
Text Example
White with #F2DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBFA; }
p { color: rgb(242,219,250); }
H1.HeaderClassName
{
color: #F2DBFA;
}
.AnyTagClassName
{
color: #F2DBFA;
}
</style>
background-color css
<style>
a { background-color: #F2DBFA; }
a { background-color: rgb(242,219,250); }
div.DivClassName
{
background-color: #F2DBFA;
}
.BgClassName
{
background-color: #F2DBFA;
}
</style>
border-color css
<style>
span { border-color: #F2DBFA; }
span { border-color: rgb(242,219,250); }
td.TdClassName
{
border-color: #F2DBFA;
}
.TagClassName
{
border-color: #F2DBFA;
}
</style>