Shades of Blue Chalk #F5C8FD
Tints of Blue Chalk #F5C8FD
RGB
CMYK
RGB Variations
Color information
#F5C8FD (or 0xF5C8FD) is known color: Blue Chalk. HEX triplet: F5, C8 and FD. RGB value is (245,200,253). Sum of RGB (Red+Green+Blue) = 245+200+253=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C8FD is #0A3702. Grayscale: #DBDBDB. Windows color (decimal): -669443 or 16632053. OLE color: 16632053.
HSL color Cylindrical-coordinate representation of color #F5C8FD: hue angle of 290.94º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5C8FD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 200 | 253 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.01 |
| HSL | 290.94º | 0.93% | 0.89% | - |
| HSV(B) | 290.94º | 0.21% | 0.99% | - |
| XYZ | 76.04 | 67.81 | 102.01 | - |
| YUV | 219.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 253 | 0.03 | 0.21 | 0 | 0.01 | 290.94 | 0.93 | 0.89 |
| Hex | F5 | C8 | FD | 3 | 15 | 0 | 1 | 123 | 5D | 59 |
| Octal | 365 | 310 | 375 | 3 | 25 | 0 | 1 | 443 | 135 | 131 |
| Binary | 11110101 | 11001000 | 11111101 | 11 | 10101 | 0 | 1 | 100100011 | 1011101 | 1011001 |
Color Harmonies of #F5C8FD
Complementary color
Monochromatic Colors of #F5C8FD
Black with #F5C8FD
Text Example
Text Example
White with #F5C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C8FD; }
p { color: rgb(245,200,253); }
H1.HeaderClassName
{
color: #F5C8FD;
}
.AnyTagClassName
{
color: #F5C8FD;
}
</style>
background-color css
<style>
a { background-color: #F5C8FD; }
a { background-color: rgb(245,200,253); }
div.DivClassName
{
background-color: #F5C8FD;
}
.BgClassName
{
background-color: #F5C8FD;
}
</style>
border-color css
<style>
span { border-color: #F5C8FD; }
span { border-color: rgb(245,200,253); }
td.TdClassName
{
border-color: #F5C8FD;
}
.TagClassName
{
border-color: #F5C8FD;
}
</style>