Shades of Blue Chalk #F0DAFD
Tints of Blue Chalk #F0DAFD
RGB
CMYK
RGB Variations
Color information
#F0DAFD (or 0xF0DAFD) is known color: Blue Chalk. HEX triplet: F0, DA and FD. RGB value is (240,218,253). Sum of RGB (Red+Green+Blue) = 240+218+253=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAFD is #0F2502. Grayscale: #E4E4E4. Windows color (decimal): -992515 or 16636656. OLE color: 16636656.
HSL color Cylindrical-coordinate representation of color #F0DAFD: hue angle of 277.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0DAFD is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 218 | 253 | - |
CMYK | 0.05 | 0.14 | 0 | 0.01 |
HSL | 277.71º | 0.9% | 0.92% | - |
HSV(B) | 277.71º | 0.14% | 0.99% | - |
XYZ | 78.74 | 75.76 | 103.4 | - |
YUV | 228.57 | 141.79 | 136.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 218 | 253 | 0.05 | 0.14 | 0 | 0.01 | 277.71 | 0.9 | 0.92 |
Hex | F0 | DA | FD | 5 | E | 0 | 1 | 116 | 5A | 5C |
Octal | 360 | 332 | 375 | 5 | 16 | 0 | 1 | 426 | 132 | 134 |
Binary | 11110000 | 11011010 | 11111101 | 101 | 1110 | 0 | 1 | 100010110 | 1011010 | 1011100 |
Color Harmonies of #F0DAFD
Complementary color
Monochromatic Colors of #F0DAFD
Black with #F0DAFD
Text Example
Text Example
White with #F0DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAFD; }
p { color: rgb(240,218,253); }
H1.HeaderClassName
{
color: #F0DAFD;
}
.AnyTagClassName
{
color: #F0DAFD;
}
</style>
background-color css
<style>
a { background-color: #F0DAFD; }
a { background-color: rgb(240,218,253); }
div.DivClassName
{
background-color: #F0DAFD;
}
.BgClassName
{
background-color: #F0DAFD;
}
</style>
border-color css
<style>
span { border-color: #F0DAFD; }
span { border-color: rgb(240,218,253); }
td.TdClassName
{
border-color: #F0DAFD;
}
.TagClassName
{
border-color: #F0DAFD;
}
</style>