Shades of Blue Chalk #F3C8FE
Tints of Blue Chalk #F3C8FE
RGB
CMYK
RGB Variations
Color information
#F3C8FE (or 0xF3C8FE) is known color: Blue Chalk. HEX triplet: F3, C8 and FE. RGB value is (243,200,254). Sum of RGB (Red+Green+Blue) = 243+200+254=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 200 (78.52% from 255 or 28.69% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3C8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C8FE is #0C3701. Grayscale: #DADADA. Windows color (decimal): -800514 or 16697587. OLE color: 16697587.
HSL color Cylindrical-coordinate representation of color #F3C8FE: hue angle of 287.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C8FE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 200 | 254 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.00 |
| HSL | 287.78º | 0.96% | 0.89% | - |
| HSV(B) | 287.78º | 0.21% | 1% | - |
| XYZ | 75.51 | 67.52 | 102.82 | - |
| YUV | 219.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 254 | 0.04 | 0.21 | 0 | 0.00 | 287.78 | 0.96 | 0.89 |
| Hex | F3 | C8 | FE | 4 | 15 | 0 | 0 | 120 | 60 | 59 |
| Octal | 363 | 310 | 376 | 4 | 25 | 0 | 0 | 440 | 140 | 131 |
| Binary | 11110011 | 11001000 | 11111110 | 100 | 10101 | 0 | 0 | 100100000 | 1100000 | 1011001 |
Color Harmonies of #F3C8FE
Complementary color
Monochromatic Colors of #F3C8FE
Black with #F3C8FE
Text Example
Text Example
White with #F3C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8FE; }
p { color: rgb(243,200,254); }
H1.HeaderClassName
{
color: #F3C8FE;
}
.AnyTagClassName
{
color: #F3C8FE;
}
</style>
background-color css
<style>
a { background-color: #F3C8FE; }
a { background-color: rgb(243,200,254); }
div.DivClassName
{
background-color: #F3C8FE;
}
.BgClassName
{
background-color: #F3C8FE;
}
</style>
border-color css
<style>
span { border-color: #F3C8FE; }
span { border-color: rgb(243,200,254); }
td.TdClassName
{
border-color: #F3C8FE;
}
.TagClassName
{
border-color: #F3C8FE;
}
</style>