Shades of Blue Chalk #F3C7FE
Tints of Blue Chalk #F3C7FE
RGB
CMYK
RGB Variations
Color information
#F3C7FE (or 0xF3C7FE) is known color: Blue Chalk. HEX triplet: F3, C7 and FE. RGB value is (243,199,254). Sum of RGB (Red+Green+Blue) = 243+199+254=696 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.91% from 696); Green value is 199 (78.12% from 255 or 28.59% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3C7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C7FE is #0C3801. Grayscale: #DADADA. Windows color (decimal): -800770 or 16697331. OLE color: 16697331.
HSL color Cylindrical-coordinate representation of color #F3C7FE: hue angle of 288º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C7FE is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 199 | 254 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.00 |
| HSL | 288º | 0.96% | 0.89% | - |
| HSV(B) | 288º | 0.22% | 1% | - |
| XYZ | 75.27 | 67.06 | 102.74 | - |
| YUV | 218.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 254 | 0.04 | 0.22 | 0 | 0.00 | 288 | 0.96 | 0.89 |
| Hex | F3 | C7 | FE | 4 | 16 | 0 | 0 | 120 | 60 | 59 |
| Octal | 363 | 307 | 376 | 4 | 26 | 0 | 0 | 440 | 140 | 131 |
| Binary | 11110011 | 11000111 | 11111110 | 100 | 10110 | 0 | 0 | 100100000 | 1100000 | 1011001 |
Color Harmonies of #F3C7FE
Complementary color
Monochromatic Colors of #F3C7FE
Black with #F3C7FE
Text Example
Text Example
White with #F3C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7FE; }
p { color: rgb(243,199,254); }
H1.HeaderClassName
{
color: #F3C7FE;
}
.AnyTagClassName
{
color: #F3C7FE;
}
</style>
background-color css
<style>
a { background-color: #F3C7FE; }
a { background-color: rgb(243,199,254); }
div.DivClassName
{
background-color: #F3C7FE;
}
.BgClassName
{
background-color: #F3C7FE;
}
</style>
border-color css
<style>
span { border-color: #F3C7FE; }
span { border-color: rgb(243,199,254); }
td.TdClassName
{
border-color: #F3C7FE;
}
.TagClassName
{
border-color: #F3C7FE;
}
</style>