Shades of Blue Chalk #F5D2FD
Tints of Blue Chalk #F5D2FD
RGB
CMYK
RGB Variations
Color information
#F5D2FD (or 0xF5D2FD) is known color: Blue Chalk. HEX triplet: F5, D2 and FD. RGB value is (245,210,253). Sum of RGB (Red+Green+Blue) = 245+210+253=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 210 (82.42% from 255 or 29.66% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5D2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D2FD is #0A2D02. Grayscale: #E1E1E1. Windows color (decimal): -666883 or 16634613. OLE color: 16634613.
HSL color Cylindrical-coordinate representation of color #F5D2FD: hue angle of 288.84º degrees, saturation: 0.91, 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 #F5D2FD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 210 | 253 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.01 |
| HSL | 288.84º | 0.91% | 0.91% | - |
| HSV(B) | 288.84º | 0.17% | 0.99% | - |
| XYZ | 78.43 | 72.6 | 102.81 | - |
| YUV | 225.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 253 | 0.03 | 0.17 | 0 | 0.01 | 288.84 | 0.91 | 0.91 |
| Hex | F5 | D2 | FD | 3 | 11 | 0 | 1 | 121 | 5B | 5B |
| Octal | 365 | 322 | 375 | 3 | 21 | 0 | 1 | 441 | 133 | 133 |
| Binary | 11110101 | 11010010 | 11111101 | 11 | 10001 | 0 | 1 | 100100001 | 1011011 | 1011011 |
Color Harmonies of #F5D2FD
Complementary color
Monochromatic Colors of #F5D2FD
Black with #F5D2FD
Text Example
Text Example
White with #F5D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2FD; }
p { color: rgb(245,210,253); }
H1.HeaderClassName
{
color: #F5D2FD;
}
.AnyTagClassName
{
color: #F5D2FD;
}
</style>
background-color css
<style>
a { background-color: #F5D2FD; }
a { background-color: rgb(245,210,253); }
div.DivClassName
{
background-color: #F5D2FD;
}
.BgClassName
{
background-color: #F5D2FD;
}
</style>
border-color css
<style>
span { border-color: #F5D2FD; }
span { border-color: rgb(245,210,253); }
td.TdClassName
{
border-color: #F5D2FD;
}
.TagClassName
{
border-color: #F5D2FD;
}
</style>