Shades of Blue Chalk #F2D2FC
Tints of Blue Chalk #F2D2FC
RGB
CMYK
RGB Variations
Color information
#F2D2FC (or 0xF2D2FC) is known color: Blue Chalk. HEX triplet: F2, D2 and FC. RGB value is (242,210,252). Sum of RGB (Red+Green+Blue) = 242+210+252=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 210 (82.42% from 255 or 29.83% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2D2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D2FC is #0D2D03. Grayscale: #E0E0E0. Windows color (decimal): -863492 or 16569074. OLE color: 16569074.
HSL color Cylindrical-coordinate representation of color #F2D2FC: hue angle of 285.71º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2D2FC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 210 | 252 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.01 |
| HSL | 285.71º | 0.88% | 0.91% | - |
| HSV(B) | 285.71º | 0.17% | 0.99% | - |
| XYZ | 77.24 | 72 | 101.92 | - |
| YUV | 224.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 252 | 0.04 | 0.17 | 0 | 0.01 | 285.71 | 0.88 | 0.91 |
| Hex | F2 | D2 | FC | 4 | 11 | 0 | 1 | 11E | 58 | 5B |
| Octal | 362 | 322 | 374 | 4 | 21 | 0 | 1 | 436 | 130 | 133 |
| Binary | 11110010 | 11010010 | 11111100 | 100 | 10001 | 0 | 1 | 100011110 | 1011000 | 1011011 |
Color Harmonies of #F2D2FC
Complementary color
Monochromatic Colors of #F2D2FC
Black with #F2D2FC
Text Example
Text Example
White with #F2D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2FC; }
p { color: rgb(242,210,252); }
H1.HeaderClassName
{
color: #F2D2FC;
}
.AnyTagClassName
{
color: #F2D2FC;
}
</style>
background-color css
<style>
a { background-color: #F2D2FC; }
a { background-color: rgb(242,210,252); }
div.DivClassName
{
background-color: #F2D2FC;
}
.BgClassName
{
background-color: #F2D2FC;
}
</style>
border-color css
<style>
span { border-color: #F2D2FC; }
span { border-color: rgb(242,210,252); }
td.TdClassName
{
border-color: #F2D2FC;
}
.TagClassName
{
border-color: #F2D2FC;
}
</style>