Shades of Blue Chalk #F1D5FA
Tints of Blue Chalk #F1D5FA
RGB
CMYK
RGB Variations
Color information
#F1D5FA (or 0xF1D5FA) is known color: Blue Chalk. HEX triplet: F1, D5 and FA. RGB value is (241,213,250). Sum of RGB (Red+Green+Blue) = 241+213+250=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 213 (83.59% from 255 or 30.26% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1D5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5FA is #0E2A05. Grayscale: #E1E1E1. Windows color (decimal): -928262 or 16438769. OLE color: 16438769.
HSL color Cylindrical-coordinate representation of color #F1D5FA: hue angle of 285.41º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1D5FA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 213 | 250 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.02 |
| HSL | 285.41º | 0.79% | 0.91% | - |
| HSV(B) | 285.41º | 0.15% | 0.98% | - |
| XYZ | 77.33 | 73.19 | 100.49 | - |
| YUV | 225.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 250 | 0.04 | 0.15 | 0 | 0.02 | 285.41 | 0.79 | 0.91 |
| Hex | F1 | D5 | FA | 4 | F | 0 | 2 | 11D | 4F | 5B |
| Octal | 361 | 325 | 372 | 4 | 17 | 0 | 2 | 435 | 117 | 133 |
| Binary | 11110001 | 11010101 | 11111010 | 100 | 1111 | 0 | 10 | 100011101 | 1001111 | 1011011 |
Color Harmonies of #F1D5FA
Complementary color
Monochromatic Colors of #F1D5FA
Black with #F1D5FA
Text Example
Text Example
White with #F1D5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5FA; }
p { color: rgb(241,213,250); }
H1.HeaderClassName
{
color: #F1D5FA;
}
.AnyTagClassName
{
color: #F1D5FA;
}
</style>
background-color css
<style>
a { background-color: #F1D5FA; }
a { background-color: rgb(241,213,250); }
div.DivClassName
{
background-color: #F1D5FA;
}
.BgClassName
{
background-color: #F1D5FA;
}
</style>
border-color css
<style>
span { border-color: #F1D5FA; }
span { border-color: rgb(241,213,250); }
td.TdClassName
{
border-color: #F1D5FA;
}
.TagClassName
{
border-color: #F1D5FA;
}
</style>