Shades of Blue Chalk #F2CFFD
Tints of Blue Chalk #F2CFFD
RGB
CMYK
RGB Variations
Color information
#F2CFFD (or 0xF2CFFD) is known color: Blue Chalk. HEX triplet: F2, CF and FD. RGB value is (242,207,253). Sum of RGB (Red+Green+Blue) = 242+207+253=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2CFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFFD is #0D3002. Grayscale: #DEDEDE. Windows color (decimal): -864259 or 16633842. OLE color: 16633842.
HSL color Cylindrical-coordinate representation of color #F2CFFD: hue angle of 285.65º 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 #F2CFFD is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 207 | 253 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.01 |
| HSL | 285.65º | 0.92% | 0.9% | - |
| HSV(B) | 285.65º | 0.18% | 0.99% | - |
| XYZ | 76.66 | 70.59 | 102.51 | - |
| YUV | 222.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 253 | 0.04 | 0.18 | 0 | 0.01 | 285.65 | 0.92 | 0.9 |
| Hex | F2 | CF | FD | 4 | 12 | 0 | 1 | 11E | 5C | 5A |
| Octal | 362 | 317 | 375 | 4 | 22 | 0 | 1 | 436 | 134 | 132 |
| Binary | 11110010 | 11001111 | 11111101 | 100 | 10010 | 0 | 1 | 100011110 | 1011100 | 1011010 |
Color Harmonies of #F2CFFD
Complementary color
Monochromatic Colors of #F2CFFD
Black with #F2CFFD
Text Example
Text Example
White with #F2CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFFD; }
p { color: rgb(242,207,253); }
H1.HeaderClassName
{
color: #F2CFFD;
}
.AnyTagClassName
{
color: #F2CFFD;
}
</style>
background-color css
<style>
a { background-color: #F2CFFD; }
a { background-color: rgb(242,207,253); }
div.DivClassName
{
background-color: #F2CFFD;
}
.BgClassName
{
background-color: #F2CFFD;
}
</style>
border-color css
<style>
span { border-color: #F2CFFD; }
span { border-color: rgb(242,207,253); }
td.TdClassName
{
border-color: #F2CFFD;
}
.TagClassName
{
border-color: #F2CFFD;
}
</style>