Shades of Blue Chalk #F2C9FC
Tints of Blue Chalk #F2C9FC
RGB
CMYK
RGB Variations
Color information
#F2C9FC (or 0xF2C9FC) is known color: Blue Chalk. HEX triplet: F2, C9 and FC. RGB value is (242,201,252). Sum of RGB (Red+Green+Blue) = 242+201+252=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 201 (78.91% from 255 or 28.92% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2C9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C9FC is #0D3603. Grayscale: #DADADA. Windows color (decimal): -865796 or 16566770. OLE color: 16566770.
HSL color Cylindrical-coordinate representation of color #F2C9FC: hue angle of 288.24º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C9FC is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 201 | 252 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.01 |
| HSL | 288.24º | 0.89% | 0.89% | - |
| HSV(B) | 288.24º | 0.2% | 0.99% | - |
| XYZ | 75.08 | 67.68 | 101.2 | - |
| YUV | 219.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 252 | 0.04 | 0.20 | 0 | 0.01 | 288.24 | 0.89 | 0.89 |
| Hex | F2 | C9 | FC | 4 | 14 | 0 | 1 | 120 | 59 | 59 |
| Octal | 362 | 311 | 374 | 4 | 24 | 0 | 1 | 440 | 131 | 131 |
| Binary | 11110010 | 11001001 | 11111100 | 100 | 10100 | 0 | 1 | 100100000 | 1011001 | 1011001 |
Color Harmonies of #F2C9FC
Complementary color
Monochromatic Colors of #F2C9FC
Black with #F2C9FC
Text Example
Text Example
White with #F2C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9FC; }
p { color: rgb(242,201,252); }
H1.HeaderClassName
{
color: #F2C9FC;
}
.AnyTagClassName
{
color: #F2C9FC;
}
</style>
background-color css
<style>
a { background-color: #F2C9FC; }
a { background-color: rgb(242,201,252); }
div.DivClassName
{
background-color: #F2C9FC;
}
.BgClassName
{
background-color: #F2C9FC;
}
</style>
border-color css
<style>
span { border-color: #F2C9FC; }
span { border-color: rgb(242,201,252); }
td.TdClassName
{
border-color: #F2C9FC;
}
.TagClassName
{
border-color: #F2C9FC;
}
</style>