Shades of Blue Chalk #F4CFFC
Tints of Blue Chalk #F4CFFC
RGB
CMYK
RGB Variations
Color information
#F4CFFC (or 0xF4CFFC) is known color: Blue Chalk. HEX triplet: F4, CF and FC. RGB value is (244,207,252). Sum of RGB (Red+Green+Blue) = 244+207+252=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFFC is #0B3003. Grayscale: #DFDFDF. Windows color (decimal): -733188 or 16568308. OLE color: 16568308.
HSL color Cylindrical-coordinate representation of color #F4CFFC: hue angle of 289.33º degrees, saturation: 0.88, 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 #F4CFFC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 207 | 252 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.01 |
| HSL | 289.33º | 0.88% | 0.9% | - |
| HSV(B) | 289.33º | 0.18% | 0.99% | - |
| XYZ | 77.19 | 70.89 | 101.71 | - |
| YUV | 223.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 252 | 0.03 | 0.18 | 0 | 0.01 | 289.33 | 0.88 | 0.9 |
| Hex | F4 | CF | FC | 3 | 12 | 0 | 1 | 121 | 58 | 5A |
| Octal | 364 | 317 | 374 | 3 | 22 | 0 | 1 | 441 | 130 | 132 |
| Binary | 11110100 | 11001111 | 11111100 | 11 | 10010 | 0 | 1 | 100100001 | 1011000 | 1011010 |
Color Harmonies of #F4CFFC
Complementary color
Monochromatic Colors of #F4CFFC
Black with #F4CFFC
Text Example
Text Example
White with #F4CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFFC; }
p { color: rgb(244,207,252); }
H1.HeaderClassName
{
color: #F4CFFC;
}
.AnyTagClassName
{
color: #F4CFFC;
}
</style>
background-color css
<style>
a { background-color: #F4CFFC; }
a { background-color: rgb(244,207,252); }
div.DivClassName
{
background-color: #F4CFFC;
}
.BgClassName
{
background-color: #F4CFFC;
}
</style>
border-color css
<style>
span { border-color: #F4CFFC; }
span { border-color: rgb(244,207,252); }
td.TdClassName
{
border-color: #F4CFFC;
}
.TagClassName
{
border-color: #F4CFFC;
}
</style>