Shades of Blue Chalk #F2CEFA
Tints of Blue Chalk #F2CEFA
RGB
CMYK
RGB Variations
Color information
#F2CEFA (or 0xF2CEFA) is known color: Blue Chalk. HEX triplet: F2, CE and FA. RGB value is (242,206,250). Sum of RGB (Red+Green+Blue) = 242+206+250=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEFA is #0D3105. Grayscale: #DDDDDD. Windows color (decimal): -864518 or 16436978. OLE color: 16436978.
HSL color Cylindrical-coordinate representation of color #F2CEFA: hue angle of 289.09º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CEFA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 206 | 250 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.02 |
| HSL | 289.09º | 0.81% | 0.89% | - |
| HSV(B) | 289.09º | 0.18% | 0.98% | - |
| XYZ | 75.94 | 69.92 | 99.94 | - |
| YUV | 221.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 250 | 0.03 | 0.18 | 0 | 0.02 | 289.09 | 0.81 | 0.89 |
| Hex | F2 | CE | FA | 3 | 12 | 0 | 2 | 121 | 51 | 59 |
| Octal | 362 | 316 | 372 | 3 | 22 | 0 | 2 | 441 | 121 | 131 |
| Binary | 11110010 | 11001110 | 11111010 | 11 | 10010 | 0 | 10 | 100100001 | 1010001 | 1011001 |
Color Harmonies of #F2CEFA
Complementary color
Monochromatic Colors of #F2CEFA
Black with #F2CEFA
Text Example
Text Example
White with #F2CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEFA; }
p { color: rgb(242,206,250); }
H1.HeaderClassName
{
color: #F2CEFA;
}
.AnyTagClassName
{
color: #F2CEFA;
}
</style>
background-color css
<style>
a { background-color: #F2CEFA; }
a { background-color: rgb(242,206,250); }
div.DivClassName
{
background-color: #F2CEFA;
}
.BgClassName
{
background-color: #F2CEFA;
}
</style>
border-color css
<style>
span { border-color: #F2CEFA; }
span { border-color: rgb(242,206,250); }
td.TdClassName
{
border-color: #F2CEFA;
}
.TagClassName
{
border-color: #F2CEFA;
}
</style>