Shades of Blue Chalk #F5D1FD
Tints of Blue Chalk #F5D1FD
RGB
CMYK
RGB Variations
Color information
#F5D1FD (or 0xF5D1FD) is known color: Blue Chalk. HEX triplet: F5, D1 and FD. RGB value is (245,209,253). Sum of RGB (Red+Green+Blue) = 245+209+253=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 209 (82.03% from 255 or 29.56% 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 #F5D1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D1FD is #0A2E02. Grayscale: #E0E0E0. Windows color (decimal): -667139 or 16634357. OLE color: 16634357.
HSL color Cylindrical-coordinate representation of color #F5D1FD: hue angle of 289.09º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5D1FD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 209 | 253 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.01 |
| HSL | 289.09º | 0.92% | 0.91% | - |
| HSV(B) | 289.09º | 0.17% | 0.99% | - |
| XYZ | 78.19 | 72.11 | 102.73 | - |
| YUV | 224.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 253 | 0.03 | 0.17 | 0 | 0.01 | 289.09 | 0.92 | 0.91 |
| Hex | F5 | D1 | FD | 3 | 11 | 0 | 1 | 121 | 5C | 5B |
| Octal | 365 | 321 | 375 | 3 | 21 | 0 | 1 | 441 | 134 | 133 |
| Binary | 11110101 | 11010001 | 11111101 | 11 | 10001 | 0 | 1 | 100100001 | 1011100 | 1011011 |
Color Harmonies of #F5D1FD
Complementary color
Monochromatic Colors of #F5D1FD
Black with #F5D1FD
Text Example
Text Example
White with #F5D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1FD; }
p { color: rgb(245,209,253); }
H1.HeaderClassName
{
color: #F5D1FD;
}
.AnyTagClassName
{
color: #F5D1FD;
}
</style>
background-color css
<style>
a { background-color: #F5D1FD; }
a { background-color: rgb(245,209,253); }
div.DivClassName
{
background-color: #F5D1FD;
}
.BgClassName
{
background-color: #F5D1FD;
}
</style>
border-color css
<style>
span { border-color: #F5D1FD; }
span { border-color: rgb(245,209,253); }
td.TdClassName
{
border-color: #F5D1FD;
}
.TagClassName
{
border-color: #F5D1FD;
}
</style>