Shades of Blue Chalk #F2CCFE
Tints of Blue Chalk #F2CCFE
RGB
CMYK
RGB Variations
Color information
#F2CCFE (or 0xF2CCFE) is known color: Blue Chalk. HEX triplet: F2, CC and FE. RGB value is (242,204,254). Sum of RGB (Red+Green+Blue) = 242+204+254=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2CCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCFE is #0D3301. Grayscale: #DCDCDC. Windows color (decimal): -865026 or 16698610. OLE color: 16698610.
HSL color Cylindrical-coordinate representation of color #F2CCFE: hue angle of 285.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CCFE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 204 | 254 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.00 |
| HSL | 285.6º | 0.96% | 0.9% | - |
| HSV(B) | 285.6º | 0.2% | 1% | - |
| XYZ | 76.1 | 69.22 | 103.12 | - |
| YUV | 221.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 254 | 0.05 | 0.20 | 0 | 0.00 | 285.6 | 0.96 | 0.9 |
| Hex | F2 | CC | FE | 5 | 14 | 0 | 0 | 11E | 60 | 5A |
| Octal | 362 | 314 | 376 | 5 | 24 | 0 | 0 | 436 | 140 | 132 |
| Binary | 11110010 | 11001100 | 11111110 | 101 | 10100 | 0 | 0 | 100011110 | 1100000 | 1011010 |
Color Harmonies of #F2CCFE
Complementary color
Monochromatic Colors of #F2CCFE
Black with #F2CCFE
Text Example
Text Example
White with #F2CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCFE; }
p { color: rgb(242,204,254); }
H1.HeaderClassName
{
color: #F2CCFE;
}
.AnyTagClassName
{
color: #F2CCFE;
}
</style>
background-color css
<style>
a { background-color: #F2CCFE; }
a { background-color: rgb(242,204,254); }
div.DivClassName
{
background-color: #F2CCFE;
}
.BgClassName
{
background-color: #F2CCFE;
}
</style>
border-color css
<style>
span { border-color: #F2CCFE; }
span { border-color: rgb(242,204,254); }
td.TdClassName
{
border-color: #F2CCFE;
}
.TagClassName
{
border-color: #F2CCFE;
}
</style>