Shades of Blue Chalk #F0CCFD
Tints of Blue Chalk #F0CCFD
RGB
CMYK
RGB Variations
Color information
#F0CCFD (or 0xF0CCFD) is known color: Blue Chalk. HEX triplet: F0, CC and FD. RGB value is (240,204,253). Sum of RGB (Red+Green+Blue) = 240+204+253=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCFD is #0F3302. Grayscale: #DCDCDC. Windows color (decimal): -996099 or 16633072. OLE color: 16633072.
HSL color Cylindrical-coordinate representation of color #F0CCFD: hue angle of 284.08º 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 #F0CCFD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 204 | 253 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.01 |
| HSL | 284.08º | 0.92% | 0.9% | - |
| HSV(B) | 284.08º | 0.19% | 0.99% | - |
| XYZ | 75.26 | 68.8 | 102.24 | - |
| YUV | 220.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 253 | 0.05 | 0.19 | 0 | 0.01 | 284.08 | 0.92 | 0.9 |
| Hex | F0 | CC | FD | 5 | 13 | 0 | 1 | 11C | 5C | 5A |
| Octal | 360 | 314 | 375 | 5 | 23 | 0 | 1 | 434 | 134 | 132 |
| Binary | 11110000 | 11001100 | 11111101 | 101 | 10011 | 0 | 1 | 100011100 | 1011100 | 1011010 |
Color Harmonies of #F0CCFD
Complementary color
Monochromatic Colors of #F0CCFD
Black with #F0CCFD
Text Example
Text Example
White with #F0CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCFD; }
p { color: rgb(240,204,253); }
H1.HeaderClassName
{
color: #F0CCFD;
}
.AnyTagClassName
{
color: #F0CCFD;
}
</style>
background-color css
<style>
a { background-color: #F0CCFD; }
a { background-color: rgb(240,204,253); }
div.DivClassName
{
background-color: #F0CCFD;
}
.BgClassName
{
background-color: #F0CCFD;
}
</style>
border-color css
<style>
span { border-color: #F0CCFD; }
span { border-color: rgb(240,204,253); }
td.TdClassName
{
border-color: #F0CCFD;
}
.TagClassName
{
border-color: #F0CCFD;
}
</style>