Shades of Blue Chalk #F2CFF9
Tints of Blue Chalk #F2CFF9
RGB
CMYK
RGB Variations
Color information
#F2CFF9 (or 0xF2CFF9) is known color: Blue Chalk. HEX triplet: F2, CF and F9. RGB value is (242,207,249). Sum of RGB (Red+Green+Blue) = 242+207+249=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2CFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFF9 is #0D3006. Grayscale: #DEDEDE. Windows color (decimal): -864263 or 16371698. OLE color: 16371698.
HSL color Cylindrical-coordinate representation of color #F2CFF9: hue angle of 290º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CFF9 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 207 | 249 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.02 |
| HSL | 290º | 0.78% | 0.89% | - |
| HSV(B) | 290º | 0.17% | 0.98% | - |
| XYZ | 76.03 | 70.34 | 99.19 | - |
| YUV | 222.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 249 | 0.03 | 0.17 | 0 | 0.02 | 290 | 0.78 | 0.89 |
| Hex | F2 | CF | F9 | 3 | 11 | 0 | 2 | 122 | 4E | 59 |
| Octal | 362 | 317 | 371 | 3 | 21 | 0 | 2 | 442 | 116 | 131 |
| Binary | 11110010 | 11001111 | 11111001 | 11 | 10001 | 0 | 10 | 100100010 | 1001110 | 1011001 |
Color Harmonies of #F2CFF9
Complementary color
Monochromatic Colors of #F2CFF9
Black with #F2CFF9
Text Example
Text Example
White with #F2CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFF9; }
p { color: rgb(242,207,249); }
H1.HeaderClassName
{
color: #F2CFF9;
}
.AnyTagClassName
{
color: #F2CFF9;
}
</style>
background-color css
<style>
a { background-color: #F2CFF9; }
a { background-color: rgb(242,207,249); }
div.DivClassName
{
background-color: #F2CFF9;
}
.BgClassName
{
background-color: #F2CFF9;
}
</style>
border-color css
<style>
span { border-color: #F2CFF9; }
span { border-color: rgb(242,207,249); }
td.TdClassName
{
border-color: #F2CFF9;
}
.TagClassName
{
border-color: #F2CFF9;
}
</style>