Shades of Blue Chalk #F1D5FD
Tints of Blue Chalk #F1D5FD
RGB
CMYK
RGB Variations
Color information
#F1D5FD (or 0xF1D5FD) is known color: Blue Chalk. HEX triplet: F1, D5 and FD. RGB value is (241,213,253). Sum of RGB (Red+Green+Blue) = 241+213+253=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 213 (83.59% from 255 or 30.13% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5FD is #0E2A02. Grayscale: #E1E1E1. Windows color (decimal): -928259 or 16635377. OLE color: 16635377.
HSL color Cylindrical-coordinate representation of color #F1D5FD: hue angle of 282º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1D5FD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 213 | 253 | - |
CMYK | 0.05 | 0.16 | 0 | 0.01 |
HSL | 282º | 0.91% | 0.91% | - |
HSV(B) | 282º | 0.16% | 0.99% | - |
XYZ | 77.8 | 73.38 | 102.99 | - |
YUV | 225.93 | 143.28 | 138.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 213 | 253 | 0.05 | 0.16 | 0 | 0.01 | 282 | 0.91 | 0.91 |
Hex | F1 | D5 | FD | 5 | 10 | 0 | 1 | 11A | 5B | 5B |
Octal | 361 | 325 | 375 | 5 | 20 | 0 | 1 | 432 | 133 | 133 |
Binary | 11110001 | 11010101 | 11111101 | 101 | 10000 | 0 | 1 | 100011010 | 1011011 | 1011011 |
Color Harmonies of #F1D5FD
Complementary color
Monochromatic Colors of #F1D5FD
Black with #F1D5FD
Text Example
Text Example
White with #F1D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5FD; }
p { color: rgb(241,213,253); }
H1.HeaderClassName
{
color: #F1D5FD;
}
.AnyTagClassName
{
color: #F1D5FD;
}
</style>
background-color css
<style>
a { background-color: #F1D5FD; }
a { background-color: rgb(241,213,253); }
div.DivClassName
{
background-color: #F1D5FD;
}
.BgClassName
{
background-color: #F1D5FD;
}
</style>
border-color css
<style>
span { border-color: #F1D5FD; }
span { border-color: rgb(241,213,253); }
td.TdClassName
{
border-color: #F1D5FD;
}
.TagClassName
{
border-color: #F1D5FD;
}
</style>