Shades of Blue Chalk #F0CCF7
Tints of Blue Chalk #F0CCF7
RGB
CMYK
RGB Variations
Color information
#F0CCF7 (or 0xF0CCF7) is known color: Blue Chalk. HEX triplet: F0, CC and F7. RGB value is (240,204,247). Sum of RGB (Red+Green+Blue) = 240+204+247=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0CCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCF7 is #0F3308. Grayscale: #DBDBDB. Windows color (decimal): -996105 or 16239856. OLE color: 16239856.
HSL color Cylindrical-coordinate representation of color #F0CCF7: hue angle of 290.23º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0CCF7 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 204 | 247 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.03 |
| HSL | 290.23º | 0.73% | 0.88% | - |
| HSV(B) | 290.23º | 0.17% | 0.97% | - |
| XYZ | 74.32 | 68.43 | 97.29 | - |
| YUV | 219.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 247 | 0.03 | 0.17 | 0 | 0.03 | 290.23 | 0.73 | 0.88 |
| Hex | F0 | CC | F7 | 3 | 11 | 0 | 3 | 122 | 49 | 58 |
| Octal | 360 | 314 | 367 | 3 | 21 | 0 | 3 | 442 | 111 | 130 |
| Binary | 11110000 | 11001100 | 11110111 | 11 | 10001 | 0 | 11 | 100100010 | 1001001 | 1011000 |
Color Harmonies of #F0CCF7
Complementary color
Monochromatic Colors of #F0CCF7
Black with #F0CCF7
Text Example
Text Example
White with #F0CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCF7; }
p { color: rgb(240,204,247); }
H1.HeaderClassName
{
color: #F0CCF7;
}
.AnyTagClassName
{
color: #F0CCF7;
}
</style>
background-color css
<style>
a { background-color: #F0CCF7; }
a { background-color: rgb(240,204,247); }
div.DivClassName
{
background-color: #F0CCF7;
}
.BgClassName
{
background-color: #F0CCF7;
}
</style>
border-color css
<style>
span { border-color: #F0CCF7; }
span { border-color: rgb(240,204,247); }
td.TdClassName
{
border-color: #F0CCF7;
}
.TagClassName
{
border-color: #F0CCF7;
}
</style>