Shades of Blue Chalk #F1CFFE
Tints of Blue Chalk #F1CFFE
RGB
CMYK
RGB Variations
Color information
#F1CFFE (or 0xF1CFFE) is known color: Blue Chalk. HEX triplet: F1, CF and FE. RGB value is (241,207,254). Sum of RGB (Red+Green+Blue) = 241+207+254=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1CFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFFE is #0E3001. Grayscale: #DEDEDE. Windows color (decimal): -929794 or 16699377. OLE color: 16699377.
HSL color Cylindrical-coordinate representation of color #F1CFFE: hue angle of 283.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1CFFE is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 207 | 254 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.00 |
| HSL | 283.4º | 0.96% | 0.9% | - |
| HSV(B) | 283.4º | 0.19% | 1% | - |
| XYZ | 76.48 | 70.48 | 103.34 | - |
| YUV | 222.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 254 | 0.05 | 0.19 | 0 | 0.00 | 283.4 | 0.96 | 0.9 |
| Hex | F1 | CF | FE | 5 | 13 | 0 | 0 | 11B | 60 | 5A |
| Octal | 361 | 317 | 376 | 5 | 23 | 0 | 0 | 433 | 140 | 132 |
| Binary | 11110001 | 11001111 | 11111110 | 101 | 10011 | 0 | 0 | 100011011 | 1100000 | 1011010 |
Color Harmonies of #F1CFFE
Complementary color
Monochromatic Colors of #F1CFFE
Black with #F1CFFE
Text Example
Text Example
White with #F1CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFFE; }
p { color: rgb(241,207,254); }
H1.HeaderClassName
{
color: #F1CFFE;
}
.AnyTagClassName
{
color: #F1CFFE;
}
</style>
background-color css
<style>
a { background-color: #F1CFFE; }
a { background-color: rgb(241,207,254); }
div.DivClassName
{
background-color: #F1CFFE;
}
.BgClassName
{
background-color: #F1CFFE;
}
</style>
border-color css
<style>
span { border-color: #F1CFFE; }
span { border-color: rgb(241,207,254); }
td.TdClassName
{
border-color: #F1CFFE;
}
.TagClassName
{
border-color: #F1CFFE;
}
</style>