Shades of Blue Chalk #F2DBFD
Tints of Blue Chalk #F2DBFD
RGB
CMYK
RGB Variations
Color information
#F2DBFD (or 0xF2DBFD) is known color: Blue Chalk. HEX triplet: F2, DB and FD. RGB value is (242,219,253). Sum of RGB (Red+Green+Blue) = 242+219+253=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBFD is #0D2402. Grayscale: #E5E5E5. Windows color (decimal): -861187 or 16636914. OLE color: 16636914.
HSL color Cylindrical-coordinate representation of color #F2DBFD: hue angle of 280.59º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2DBFD is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 219 | 253 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.01 |
| HSL | 280.59º | 0.89% | 0.93% | - |
| HSV(B) | 280.59º | 0.13% | 0.99% | - |
| XYZ | 79.68 | 76.63 | 103.52 | - |
| YUV | 229.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 253 | 0.04 | 0.13 | 0 | 0.01 | 280.59 | 0.89 | 0.93 |
| Hex | F2 | DB | FD | 4 | D | 0 | 1 | 119 | 59 | 5D |
| Octal | 362 | 333 | 375 | 4 | 15 | 0 | 1 | 431 | 131 | 135 |
| Binary | 11110010 | 11011011 | 11111101 | 100 | 1101 | 0 | 1 | 100011001 | 1011001 | 1011101 |
Color Harmonies of #F2DBFD
Complementary color
Monochromatic Colors of #F2DBFD
Black with #F2DBFD
Text Example
Text Example
White with #F2DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBFD; }
p { color: rgb(242,219,253); }
H1.HeaderClassName
{
color: #F2DBFD;
}
.AnyTagClassName
{
color: #F2DBFD;
}
</style>
background-color css
<style>
a { background-color: #F2DBFD; }
a { background-color: rgb(242,219,253); }
div.DivClassName
{
background-color: #F2DBFD;
}
.BgClassName
{
background-color: #F2DBFD;
}
</style>
border-color css
<style>
span { border-color: #F2DBFD; }
span { border-color: rgb(242,219,253); }
td.TdClassName
{
border-color: #F2DBFD;
}
.TagClassName
{
border-color: #F2DBFD;
}
</style>