Shades of Blue Chalk #F2CDFC
Tints of Blue Chalk #F2CDFC
RGB
CMYK
RGB Variations
Color information
#F2CDFC (or 0xF2CDFC) is known color: Blue Chalk. HEX triplet: F2, CD and FC. RGB value is (242,205,252). Sum of RGB (Red+Green+Blue) = 242+205+252=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDFC is #0D3203. Grayscale: #DDDDDD. Windows color (decimal): -864772 or 16567794. OLE color: 16567794.
HSL color Cylindrical-coordinate representation of color #F2CDFC: hue angle of 287.23º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2CDFC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 205 | 252 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.01 |
| HSL | 287.23º | 0.89% | 0.9% | - |
| HSV(B) | 287.23º | 0.19% | 0.99% | - |
| XYZ | 76.02 | 69.57 | 101.52 | - |
| YUV | 221.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 252 | 0.04 | 0.19 | 0 | 0.01 | 287.23 | 0.89 | 0.9 |
| Hex | F2 | CD | FC | 4 | 13 | 0 | 1 | 11F | 59 | 5A |
| Octal | 362 | 315 | 374 | 4 | 23 | 0 | 1 | 437 | 131 | 132 |
| Binary | 11110010 | 11001101 | 11111100 | 100 | 10011 | 0 | 1 | 100011111 | 1011001 | 1011010 |
Color Harmonies of #F2CDFC
Complementary color
Monochromatic Colors of #F2CDFC
Black with #F2CDFC
Text Example
Text Example
White with #F2CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDFC; }
p { color: rgb(242,205,252); }
H1.HeaderClassName
{
color: #F2CDFC;
}
.AnyTagClassName
{
color: #F2CDFC;
}
</style>
background-color css
<style>
a { background-color: #F2CDFC; }
a { background-color: rgb(242,205,252); }
div.DivClassName
{
background-color: #F2CDFC;
}
.BgClassName
{
background-color: #F2CDFC;
}
</style>
border-color css
<style>
span { border-color: #F2CDFC; }
span { border-color: rgb(242,205,252); }
td.TdClassName
{
border-color: #F2CDFC;
}
.TagClassName
{
border-color: #F2CDFC;
}
</style>