Shades of Blue Chalk #F2CCFD
Tints of Blue Chalk #F2CCFD
RGB
CMYK
RGB Variations
Color information
#F2CCFD (or 0xF2CCFD) is known color: Blue Chalk. HEX triplet: F2, CC and FD. RGB value is (242,204,253). Sum of RGB (Red+Green+Blue) = 242+204+253=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 204 (80.08% from 255 or 29.18% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCFD is #0D3302. Grayscale: #DCDCDC. Windows color (decimal): -865027 or 16633074. OLE color: 16633074.
HSL color Cylindrical-coordinate representation of color #F2CCFD: hue angle of 286.53º degrees, saturation: 0.92, 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 #F2CCFD is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 204 | 253 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.01 |
| HSL | 286.53º | 0.92% | 0.9% | - |
| HSV(B) | 286.53º | 0.19% | 0.99% | - |
| XYZ | 75.94 | 69.15 | 102.27 | - |
| YUV | 220.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 253 | 0.04 | 0.19 | 0 | 0.01 | 286.53 | 0.92 | 0.9 |
| Hex | F2 | CC | FD | 4 | 13 | 0 | 1 | 11F | 5C | 5A |
| Octal | 362 | 314 | 375 | 4 | 23 | 0 | 1 | 437 | 134 | 132 |
| Binary | 11110010 | 11001100 | 11111101 | 100 | 10011 | 0 | 1 | 100011111 | 1011100 | 1011010 |
Color Harmonies of #F2CCFD
Complementary color
Monochromatic Colors of #F2CCFD
Black with #F2CCFD
Text Example
Text Example
White with #F2CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCFD; }
p { color: rgb(242,204,253); }
H1.HeaderClassName
{
color: #F2CCFD;
}
.AnyTagClassName
{
color: #F2CCFD;
}
</style>
background-color css
<style>
a { background-color: #F2CCFD; }
a { background-color: rgb(242,204,253); }
div.DivClassName
{
background-color: #F2CCFD;
}
.BgClassName
{
background-color: #F2CCFD;
}
</style>
border-color css
<style>
span { border-color: #F2CCFD; }
span { border-color: rgb(242,204,253); }
td.TdClassName
{
border-color: #F2CCFD;
}
.TagClassName
{
border-color: #F2CCFD;
}
</style>