Shades of Blue Chalk #F3DBFD
Tints of Blue Chalk #F3DBFD
RGB
CMYK
RGB Variations
Color information
#F3DBFD (or 0xF3DBFD) is known color: Blue Chalk. HEX triplet: F3, DB and FD. RGB value is (243,219,253). Sum of RGB (Red+Green+Blue) = 243+219+253=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBFD is #0C2402. Grayscale: #E5E5E5. Windows color (decimal): -795651 or 16636915. OLE color: 16636915.
HSL color Cylindrical-coordinate representation of color #F3DBFD: hue angle of 282.35º 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 #F3DBFD is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 219 | 253 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.01 |
| HSL | 282.35º | 0.89% | 0.93% | - |
| HSV(B) | 282.35º | 0.13% | 0.99% | - |
| XYZ | 80.02 | 76.81 | 103.54 | - |
| YUV | 230.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 253 | 0.04 | 0.13 | 0 | 0.01 | 282.35 | 0.89 | 0.93 |
| Hex | F3 | DB | FD | 4 | D | 0 | 1 | 11A | 59 | 5D |
| Octal | 363 | 333 | 375 | 4 | 15 | 0 | 1 | 432 | 131 | 135 |
| Binary | 11110011 | 11011011 | 11111101 | 100 | 1101 | 0 | 1 | 100011010 | 1011001 | 1011101 |
Color Harmonies of #F3DBFD
Complementary color
Monochromatic Colors of #F3DBFD
Black with #F3DBFD
Text Example
Text Example
White with #F3DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBFD; }
p { color: rgb(243,219,253); }
H1.HeaderClassName
{
color: #F3DBFD;
}
.AnyTagClassName
{
color: #F3DBFD;
}
</style>
background-color css
<style>
a { background-color: #F3DBFD; }
a { background-color: rgb(243,219,253); }
div.DivClassName
{
background-color: #F3DBFD;
}
.BgClassName
{
background-color: #F3DBFD;
}
</style>
border-color css
<style>
span { border-color: #F3DBFD; }
span { border-color: rgb(243,219,253); }
td.TdClassName
{
border-color: #F3DBFD;
}
.TagClassName
{
border-color: #F3DBFD;
}
</style>