Shades of Blue Chalk #F0D5FF
Tints of Blue Chalk #F0D5FF
RGB
CMYK
RGB Variations
Color information
#F0D5FF (or 0xF0D5FF) is known color: Blue Chalk. HEX triplet: F0, D5 and FF. RGB value is (240,213,255). Sum of RGB (Red+Green+Blue) = 240+213+255=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 213 (83.59% from 255 or 30.08% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0D5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5FF is #0F2A00. Grayscale: #E1E1E1. Windows color (decimal): -993793 or 16766448. OLE color: 16766448.
HSL color Cylindrical-coordinate representation of color #F0D5FF: hue angle of 278.57º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0D5FF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 213 | 255 | - |
| CMYK | 0.06 | 0.16 | 0 | 0 |
| HSL | 278.57º | 1% | 0.92% | - |
| HSV(B) | 278.57º | 0.16% | 1% | - |
| XYZ | 77.78 | 73.33 | 104.66 | - |
| YUV | 225.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 255 | 0.06 | 0.16 | 0 | 0 | 278.57 | 1 | 0.92 |
| Hex | F0 | D5 | FF | 6 | 10 | 0 | 0 | 117 | 64 | 5C |
| Octal | 360 | 325 | 377 | 6 | 20 | 0 | 0 | 427 | 144 | 134 |
| Binary | 11110000 | 11010101 | 11111111 | 110 | 10000 | 0 | 0 | 100010111 | 1100100 | 1011100 |
Color Harmonies of #F0D5FF
Complementary color
Monochromatic Colors of #F0D5FF
Black with #F0D5FF
Text Example
Text Example
White with #F0D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D5FF; }
p { color: rgb(240,213,255); }
H1.HeaderClassName
{
color: #F0D5FF;
}
.AnyTagClassName
{
color: #F0D5FF;
}
</style>
background-color css
<style>
a { background-color: #F0D5FF; }
a { background-color: rgb(240,213,255); }
div.DivClassName
{
background-color: #F0D5FF;
}
.BgClassName
{
background-color: #F0D5FF;
}
</style>
border-color css
<style>
span { border-color: #F0D5FF; }
span { border-color: rgb(240,213,255); }
td.TdClassName
{
border-color: #F0D5FF;
}
.TagClassName
{
border-color: #F0D5FF;
}
</style>