Shades of Blue Chalk #F0CCFB
Tints of Blue Chalk #F0CCFB
RGB
CMYK
RGB Variations
Color information
#F0CCFB (or 0xF0CCFB) is known color: Blue Chalk. HEX triplet: F0, CC and FB. RGB value is (240,204,251). Sum of RGB (Red+Green+Blue) = 240+204+251=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0CCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCFB is #0F3304. Grayscale: #DBDBDB. Windows color (decimal): -996101 or 16502000. OLE color: 16502000.
HSL color Cylindrical-coordinate representation of color #F0CCFB: hue angle of 285.96º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0CCFB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 204 | 251 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.02 |
| HSL | 285.96º | 0.85% | 0.89% | - |
| HSV(B) | 285.96º | 0.19% | 0.98% | - |
| XYZ | 74.94 | 68.68 | 100.57 | - |
| YUV | 220.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 251 | 0.04 | 0.19 | 0 | 0.02 | 285.96 | 0.85 | 0.89 |
| Hex | F0 | CC | FB | 4 | 13 | 0 | 2 | 11E | 55 | 59 |
| Octal | 360 | 314 | 373 | 4 | 23 | 0 | 2 | 436 | 125 | 131 |
| Binary | 11110000 | 11001100 | 11111011 | 100 | 10011 | 0 | 10 | 100011110 | 1010101 | 1011001 |
Color Harmonies of #F0CCFB
Complementary color
Monochromatic Colors of #F0CCFB
Black with #F0CCFB
Text Example
Text Example
White with #F0CCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCFB; }
p { color: rgb(240,204,251); }
H1.HeaderClassName
{
color: #F0CCFB;
}
.AnyTagClassName
{
color: #F0CCFB;
}
</style>
background-color css
<style>
a { background-color: #F0CCFB; }
a { background-color: rgb(240,204,251); }
div.DivClassName
{
background-color: #F0CCFB;
}
.BgClassName
{
background-color: #F0CCFB;
}
</style>
border-color css
<style>
span { border-color: #F0CCFB; }
span { border-color: rgb(240,204,251); }
td.TdClassName
{
border-color: #F0CCFB;
}
.TagClassName
{
border-color: #F0CCFB;
}
</style>