Shades of Blue Chalk #F2C3FB
Tints of Blue Chalk #F2C3FB
RGB
CMYK
RGB Variations
Color information
#F2C3FB (or 0xF2C3FB) is known color: Blue Chalk. HEX triplet: F2, C3 and FB. RGB value is (242,195,251). Sum of RGB (Red+Green+Blue) = 242+195+251=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 195 (76.56% from 255 or 28.34% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2C3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3FB is #0D3C04. Grayscale: #D7D7D7. Windows color (decimal): -867333 or 16499698. OLE color: 16499698.
HSL color Cylindrical-coordinate representation of color #F2C3FB: hue angle of 290.36º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C3FB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 195 | 251 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.02 |
| HSL | 290.36º | 0.88% | 0.87% | - |
| HSV(B) | 290.36º | 0.22% | 0.98% | - |
| XYZ | 73.55 | 64.87 | 99.91 | - |
| YUV | 215.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 251 | 0.04 | 0.22 | 0 | 0.02 | 290.36 | 0.88 | 0.87 |
| Hex | F2 | C3 | FB | 4 | 16 | 0 | 2 | 122 | 58 | 57 |
| Octal | 362 | 303 | 373 | 4 | 26 | 0 | 2 | 442 | 130 | 127 |
| Binary | 11110010 | 11000011 | 11111011 | 100 | 10110 | 0 | 10 | 100100010 | 1011000 | 1010111 |
Color Harmonies of #F2C3FB
Complementary color
Monochromatic Colors of #F2C3FB
Black with #F2C3FB
Text Example
Text Example
White with #F2C3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C3FB; }
p { color: rgb(242,195,251); }
H1.HeaderClassName
{
color: #F2C3FB;
}
.AnyTagClassName
{
color: #F2C3FB;
}
</style>
background-color css
<style>
a { background-color: #F2C3FB; }
a { background-color: rgb(242,195,251); }
div.DivClassName
{
background-color: #F2C3FB;
}
.BgClassName
{
background-color: #F2C3FB;
}
</style>
border-color css
<style>
span { border-color: #F2C3FB; }
span { border-color: rgb(242,195,251); }
td.TdClassName
{
border-color: #F2C3FB;
}
.TagClassName
{
border-color: #F2C3FB;
}
</style>