Shades of Blue Chalk #F0CEFD
Tints of Blue Chalk #F0CEFD
RGB
CMYK
RGB Variations
Color information
#F0CEFD (or 0xF0CEFD) is known color: Blue Chalk. HEX triplet: F0, CE and FD. RGB value is (240,206,253). Sum of RGB (Red+Green+Blue) = 240+206+253=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFD is #0F3102. Grayscale: #DDDDDD. Windows color (decimal): -995587 or 16633584. OLE color: 16633584.
HSL color Cylindrical-coordinate representation of color #F0CEFD: hue angle of 283.4º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0CEFD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 206 | 253 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.01 |
| HSL | 283.4º | 0.92% | 0.9% | - |
| HSV(B) | 283.4º | 0.19% | 0.99% | - |
| XYZ | 75.74 | 69.76 | 102.4 | - |
| YUV | 221.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 253 | 0.05 | 0.19 | 0 | 0.01 | 283.4 | 0.92 | 0.9 |
| Hex | F0 | CE | FD | 5 | 13 | 0 | 1 | 11B | 5C | 5A |
| Octal | 360 | 316 | 375 | 5 | 23 | 0 | 1 | 433 | 134 | 132 |
| Binary | 11110000 | 11001110 | 11111101 | 101 | 10011 | 0 | 1 | 100011011 | 1011100 | 1011010 |
Color Harmonies of #F0CEFD
Complementary color
Monochromatic Colors of #F0CEFD
Black with #F0CEFD
Text Example
Text Example
White with #F0CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEFD; }
p { color: rgb(240,206,253); }
H1.HeaderClassName
{
color: #F0CEFD;
}
.AnyTagClassName
{
color: #F0CEFD;
}
</style>
background-color css
<style>
a { background-color: #F0CEFD; }
a { background-color: rgb(240,206,253); }
div.DivClassName
{
background-color: #F0CEFD;
}
.BgClassName
{
background-color: #F0CEFD;
}
</style>
border-color css
<style>
span { border-color: #F0CEFD; }
span { border-color: rgb(240,206,253); }
td.TdClassName
{
border-color: #F0CEFD;
}
.TagClassName
{
border-color: #F0CEFD;
}
</style>