Shades of Blue Chalk #F3CFFC
Tints of Blue Chalk #F3CFFC
RGB
CMYK
RGB Variations
Color information
#F3CFFC (or 0xF3CFFC) is known color: Blue Chalk. HEX triplet: F3, CF and FC. RGB value is (243,207,252). Sum of RGB (Red+Green+Blue) = 243+207+252=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFFC is #0C3003. Grayscale: #DEDEDE. Windows color (decimal): -798724 or 16568307. OLE color: 16568307.
HSL color Cylindrical-coordinate representation of color #F3CFFC: hue angle of 288º 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 #F3CFFC is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 207 | 252 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.01 |
| HSL | 288º | 0.88% | 0.9% | - |
| HSV(B) | 288º | 0.18% | 0.99% | - |
| XYZ | 76.85 | 70.71 | 101.69 | - |
| YUV | 222.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 252 | 0.04 | 0.18 | 0 | 0.01 | 288 | 0.88 | 0.9 |
| Hex | F3 | CF | FC | 4 | 12 | 0 | 1 | 120 | 58 | 5A |
| Octal | 363 | 317 | 374 | 4 | 22 | 0 | 1 | 440 | 130 | 132 |
| Binary | 11110011 | 11001111 | 11111100 | 100 | 10010 | 0 | 1 | 100100000 | 1011000 | 1011010 |
Color Harmonies of #F3CFFC
Complementary color
Monochromatic Colors of #F3CFFC
Black with #F3CFFC
Text Example
Text Example
White with #F3CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFFC; }
p { color: rgb(243,207,252); }
H1.HeaderClassName
{
color: #F3CFFC;
}
.AnyTagClassName
{
color: #F3CFFC;
}
</style>
background-color css
<style>
a { background-color: #F3CFFC; }
a { background-color: rgb(243,207,252); }
div.DivClassName
{
background-color: #F3CFFC;
}
.BgClassName
{
background-color: #F3CFFC;
}
</style>
border-color css
<style>
span { border-color: #F3CFFC; }
span { border-color: rgb(243,207,252); }
td.TdClassName
{
border-color: #F3CFFC;
}
.TagClassName
{
border-color: #F3CFFC;
}
</style>