Shades of Blue Chalk #F0CFFD
Tints of Blue Chalk #F0CFFD
RGB
CMYK
RGB Variations
Color information
#F0CFFD (or 0xF0CFFD) is known color: Blue Chalk. HEX triplet: F0, CF and FD. RGB value is (240,207,253). Sum of RGB (Red+Green+Blue) = 240+207+253=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0CFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFFD is #0F3002. Grayscale: #DDDDDD. Windows color (decimal): -995331 or 16633840. OLE color: 16633840.
HSL color Cylindrical-coordinate representation of color #F0CFFD: hue angle of 283.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CFFD is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 207 | 253 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.01 |
| HSL | 283.04º | 0.92% | 0.9% | - |
| HSV(B) | 283.04º | 0.18% | 0.99% | - |
| XYZ | 75.98 | 70.24 | 102.48 | - |
| YUV | 222.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 253 | 0.05 | 0.18 | 0 | 0.01 | 283.04 | 0.92 | 0.9 |
| Hex | F0 | CF | FD | 5 | 12 | 0 | 1 | 11B | 5C | 5A |
| Octal | 360 | 317 | 375 | 5 | 22 | 0 | 1 | 433 | 134 | 132 |
| Binary | 11110000 | 11001111 | 11111101 | 101 | 10010 | 0 | 1 | 100011011 | 1011100 | 1011010 |
Color Harmonies of #F0CFFD
Complementary color
Monochromatic Colors of #F0CFFD
Black with #F0CFFD
Text Example
Text Example
White with #F0CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFFD; }
p { color: rgb(240,207,253); }
H1.HeaderClassName
{
color: #F0CFFD;
}
.AnyTagClassName
{
color: #F0CFFD;
}
</style>
background-color css
<style>
a { background-color: #F0CFFD; }
a { background-color: rgb(240,207,253); }
div.DivClassName
{
background-color: #F0CFFD;
}
.BgClassName
{
background-color: #F0CFFD;
}
</style>
border-color css
<style>
span { border-color: #F0CFFD; }
span { border-color: rgb(240,207,253); }
td.TdClassName
{
border-color: #F0CFFD;
}
.TagClassName
{
border-color: #F0CFFD;
}
</style>