Shades of Blue Chalk #F1DBFC
Tints of Blue Chalk #F1DBFC
RGB
CMYK
RGB Variations
Color information
#F1DBFC (or 0xF1DBFC) is known color: Blue Chalk. HEX triplet: F1, DB and FC. RGB value is (241,219,252). Sum of RGB (Red+Green+Blue) = 241+219+252=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBFC is #0E2403. Grayscale: #E5E5E5. Windows color (decimal): -926724 or 16571377. OLE color: 16571377.
HSL color Cylindrical-coordinate representation of color #F1DBFC: hue angle of 280º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1DBFC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 219 | 252 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.01 |
| HSL | 280º | 0.85% | 0.92% | - |
| HSV(B) | 280º | 0.13% | 0.99% | - |
| XYZ | 79.18 | 76.39 | 102.67 | - |
| YUV | 229.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 252 | 0.04 | 0.13 | 0 | 0.01 | 280 | 0.85 | 0.92 |
| Hex | F1 | DB | FC | 4 | D | 0 | 1 | 118 | 55 | 5C |
| Octal | 361 | 333 | 374 | 4 | 15 | 0 | 1 | 430 | 125 | 134 |
| Binary | 11110001 | 11011011 | 11111100 | 100 | 1101 | 0 | 1 | 100011000 | 1010101 | 1011100 |
Color Harmonies of #F1DBFC
Complementary color
Monochromatic Colors of #F1DBFC
Black with #F1DBFC
Text Example
Text Example
White with #F1DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBFC; }
p { color: rgb(241,219,252); }
H1.HeaderClassName
{
color: #F1DBFC;
}
.AnyTagClassName
{
color: #F1DBFC;
}
</style>
background-color css
<style>
a { background-color: #F1DBFC; }
a { background-color: rgb(241,219,252); }
div.DivClassName
{
background-color: #F1DBFC;
}
.BgClassName
{
background-color: #F1DBFC;
}
</style>
border-color css
<style>
span { border-color: #F1DBFC; }
span { border-color: rgb(241,219,252); }
td.TdClassName
{
border-color: #F1DBFC;
}
.TagClassName
{
border-color: #F1DBFC;
}
</style>