Shades of Blue Chalk #F1DBFB
Tints of Blue Chalk #F1DBFB
RGB
CMYK
RGB Variations
Color information
#F1DBFB (or 0xF1DBFB) is known color: Blue Chalk. HEX triplet: F1, DB and FB. RGB value is (241,219,251). Sum of RGB (Red+Green+Blue) = 241+219+251=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 219 (85.94% from 255 or 30.80% 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 #F1DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBFB is #0E2404. Grayscale: #E5E5E5. Windows color (decimal): -926725 or 16505841. OLE color: 16505841.
HSL color Cylindrical-coordinate representation of color #F1DBFB: hue angle of 281.25º 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 #F1DBFB is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 219 | 251 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.02 |
| HSL | 281.25º | 0.8% | 0.92% | - |
| HSV(B) | 281.25º | 0.13% | 0.98% | - |
| XYZ | 79.02 | 76.33 | 101.83 | - |
| YUV | 229.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 251 | 0.04 | 0.13 | 0 | 0.02 | 281.25 | 0.8 | 0.92 |
| Hex | F1 | DB | FB | 4 | D | 0 | 2 | 119 | 50 | 5C |
| Octal | 361 | 333 | 373 | 4 | 15 | 0 | 2 | 431 | 120 | 134 |
| Binary | 11110001 | 11011011 | 11111011 | 100 | 1101 | 0 | 10 | 100011001 | 1010000 | 1011100 |
Color Harmonies of #F1DBFB
Complementary color
Monochromatic Colors of #F1DBFB
Black with #F1DBFB
Text Example
Text Example
White with #F1DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBFB; }
p { color: rgb(241,219,251); }
H1.HeaderClassName
{
color: #F1DBFB;
}
.AnyTagClassName
{
color: #F1DBFB;
}
</style>
background-color css
<style>
a { background-color: #F1DBFB; }
a { background-color: rgb(241,219,251); }
div.DivClassName
{
background-color: #F1DBFB;
}
.BgClassName
{
background-color: #F1DBFB;
}
</style>
border-color css
<style>
span { border-color: #F1DBFB; }
span { border-color: rgb(241,219,251); }
td.TdClassName
{
border-color: #F1DBFB;
}
.TagClassName
{
border-color: #F1DBFB;
}
</style>