Shades of Blue Chalk #F5C6FE
Tints of Blue Chalk #F5C6FE
RGB
CMYK
RGB Variations
Color information
#F5C6FE (or 0xF5C6FE) is known color: Blue Chalk. HEX triplet: F5, C6 and FE. RGB value is (245,198,254). Sum of RGB (Red+Green+Blue) = 245+198+254=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 198 (77.73% from 255 or 28.41% 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 #F5C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C6FE is #0A3901. Grayscale: #DADADA. Windows color (decimal): -669954 or 16697077. OLE color: 16697077.
HSL color Cylindrical-coordinate representation of color #F5C6FE: hue angle of 290.36º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C6FE is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 198 | 254 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.00 |
| HSL | 290.36º | 0.97% | 0.89% | - |
| HSV(B) | 290.36º | 0.22% | 1% | - |
| XYZ | 75.74 | 66.96 | 102.7 | - |
| YUV | 218.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 254 | 0.04 | 0.22 | 0 | 0.00 | 290.36 | 0.97 | 0.89 |
| Hex | F5 | C6 | FE | 4 | 16 | 0 | 0 | 122 | 61 | 59 |
| Octal | 365 | 306 | 376 | 4 | 26 | 0 | 0 | 442 | 141 | 131 |
| Binary | 11110101 | 11000110 | 11111110 | 100 | 10110 | 0 | 0 | 100100010 | 1100001 | 1011001 |
Color Harmonies of #F5C6FE
Complementary color
Monochromatic Colors of #F5C6FE
Black with #F5C6FE
Text Example
Text Example
White with #F5C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C6FE; }
p { color: rgb(245,198,254); }
H1.HeaderClassName
{
color: #F5C6FE;
}
.AnyTagClassName
{
color: #F5C6FE;
}
</style>
background-color css
<style>
a { background-color: #F5C6FE; }
a { background-color: rgb(245,198,254); }
div.DivClassName
{
background-color: #F5C6FE;
}
.BgClassName
{
background-color: #F5C6FE;
}
</style>
border-color css
<style>
span { border-color: #F5C6FE; }
span { border-color: rgb(245,198,254); }
td.TdClassName
{
border-color: #F5C6FE;
}
.TagClassName
{
border-color: #F5C6FE;
}
</style>