Shades of Blue Chalk #F1CFFD
Tints of Blue Chalk #F1CFFD
RGB
CMYK
RGB Variations
Color information
#F1CFFD (or 0xF1CFFD) is known color: Blue Chalk. HEX triplet: F1, CF and FD. RGB value is (241,207,253). Sum of RGB (Red+Green+Blue) = 241+207+253=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 207 (81.25% from 255 or 29.53% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1CFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFFD is #0E3002. Grayscale: #DEDEDE. Windows color (decimal): -929795 or 16633841. OLE color: 16633841.
HSL color Cylindrical-coordinate representation of color #F1CFFD: hue angle of 284.35º degrees, saturation: 0.92, 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 #F1CFFD is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 207 | 253 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.01 |
| HSL | 284.35º | 0.92% | 0.9% | - |
| HSV(B) | 284.35º | 0.18% | 0.99% | - |
| XYZ | 76.32 | 70.42 | 102.5 | - |
| YUV | 222.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 253 | 0.05 | 0.18 | 0 | 0.01 | 284.35 | 0.92 | 0.9 |
| Hex | F1 | CF | FD | 5 | 12 | 0 | 1 | 11C | 5C | 5A |
| Octal | 361 | 317 | 375 | 5 | 22 | 0 | 1 | 434 | 134 | 132 |
| Binary | 11110001 | 11001111 | 11111101 | 101 | 10010 | 0 | 1 | 100011100 | 1011100 | 1011010 |
Color Harmonies of #F1CFFD
Complementary color
Monochromatic Colors of #F1CFFD
Black with #F1CFFD
Text Example
Text Example
White with #F1CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFFD; }
p { color: rgb(241,207,253); }
H1.HeaderClassName
{
color: #F1CFFD;
}
.AnyTagClassName
{
color: #F1CFFD;
}
</style>
background-color css
<style>
a { background-color: #F1CFFD; }
a { background-color: rgb(241,207,253); }
div.DivClassName
{
background-color: #F1CFFD;
}
.BgClassName
{
background-color: #F1CFFD;
}
</style>
border-color css
<style>
span { border-color: #F1CFFD; }
span { border-color: rgb(241,207,253); }
td.TdClassName
{
border-color: #F1CFFD;
}
.TagClassName
{
border-color: #F1CFFD;
}
</style>