Shades of Blue Chalk #F3C8FF
Tints of Blue Chalk #F3C8FF
RGB
CMYK
RGB Variations
Color information
#F3C8FF (or 0xF3C8FF) is known color: Blue Chalk. HEX triplet: F3, C8 and FF. RGB value is (243,200,255). Sum of RGB (Red+Green+Blue) = 243+200+255=698 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.81% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3C8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C8FF is #0C3700. Grayscale: #DADADA. Windows color (decimal): -800513 or 16763123. OLE color: 16763123.
HSL color Cylindrical-coordinate representation of color #F3C8FF: hue angle of 286.91º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C8FF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 200 | 255 | - |
| CMYK | 0.05 | 0.22 | 0 | 0 |
| HSL | 286.91º | 1% | 0.89% | - |
| HSV(B) | 286.91º | 0.22% | 1% | - |
| XYZ | 75.67 | 67.58 | 103.66 | - |
| YUV | 219.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 255 | 0.05 | 0.22 | 0 | 0 | 286.91 | 1 | 0.89 |
| Hex | F3 | C8 | FF | 5 | 16 | 0 | 0 | 11F | 64 | 59 |
| Octal | 363 | 310 | 377 | 5 | 26 | 0 | 0 | 437 | 144 | 131 |
| Binary | 11110011 | 11001000 | 11111111 | 101 | 10110 | 0 | 0 | 100011111 | 1100100 | 1011001 |
Color Harmonies of #F3C8FF
Complementary color
Monochromatic Colors of #F3C8FF
Black with #F3C8FF
Text Example
Text Example
White with #F3C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8FF; }
p { color: rgb(243,200,255); }
H1.HeaderClassName
{
color: #F3C8FF;
}
.AnyTagClassName
{
color: #F3C8FF;
}
</style>
background-color css
<style>
a { background-color: #F3C8FF; }
a { background-color: rgb(243,200,255); }
div.DivClassName
{
background-color: #F3C8FF;
}
.BgClassName
{
background-color: #F3C8FF;
}
</style>
border-color css
<style>
span { border-color: #F3C8FF; }
span { border-color: rgb(243,200,255); }
td.TdClassName
{
border-color: #F3C8FF;
}
.TagClassName
{
border-color: #F3C8FF;
}
</style>