Shades of Blue Chalk #F1CFFF
Tints of Blue Chalk #F1CFFF
RGB
CMYK
RGB Variations
Color information
#F1CFFF (or 0xF1CFFF) is known color: Blue Chalk. HEX triplet: F1, CF and FF. RGB value is (241,207,255). Sum of RGB (Red+Green+Blue) = 241+207+255=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFFF is #0E3000. Grayscale: #DEDEDE. Windows color (decimal): -929793 or 16764913. OLE color: 16764913.
HSL color Cylindrical-coordinate representation of color #F1CFFF: hue angle of 282.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1CFFF is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 207 | 255 | - |
| CMYK | 0.05 | 0.19 | 0 | 0 |
| HSL | 282.5º | 1% | 0.91% | - |
| HSV(B) | 282.5º | 0.19% | 1% | - |
| XYZ | 76.64 | 70.55 | 104.19 | - |
| YUV | 222.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 255 | 0.05 | 0.19 | 0 | 0 | 282.5 | 1 | 0.91 |
| Hex | F1 | CF | FF | 5 | 13 | 0 | 0 | 11A | 64 | 5B |
| Octal | 361 | 317 | 377 | 5 | 23 | 0 | 0 | 432 | 144 | 133 |
| Binary | 11110001 | 11001111 | 11111111 | 101 | 10011 | 0 | 0 | 100011010 | 1100100 | 1011011 |
Color Harmonies of #F1CFFF
Complementary color
Monochromatic Colors of #F1CFFF
Black with #F1CFFF
Text Example
Text Example
White with #F1CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFFF; }
p { color: rgb(241,207,255); }
H1.HeaderClassName
{
color: #F1CFFF;
}
.AnyTagClassName
{
color: #F1CFFF;
}
</style>
background-color css
<style>
a { background-color: #F1CFFF; }
a { background-color: rgb(241,207,255); }
div.DivClassName
{
background-color: #F1CFFF;
}
.BgClassName
{
background-color: #F1CFFF;
}
</style>
border-color css
<style>
span { border-color: #F1CFFF; }
span { border-color: rgb(241,207,255); }
td.TdClassName
{
border-color: #F1CFFF;
}
.TagClassName
{
border-color: #F1CFFF;
}
</style>