Shades of Blue Chalk #F5CFFE
Tints of Blue Chalk #F5CFFE
RGB
CMYK
RGB Variations
Color information
#F5CFFE (or 0xF5CFFE) is known color: Blue Chalk. HEX triplet: F5, CF and FE. RGB value is (245,207,254). Sum of RGB (Red+Green+Blue) = 245+207+254=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 207 (81.25% from 255 or 29.32% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5CFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFFE is #0A3001. Grayscale: #DFDFDF. Windows color (decimal): -667650 or 16699381. OLE color: 16699381.
HSL color Cylindrical-coordinate representation of color #F5CFFE: hue angle of 288.51º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5CFFE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 207 | 254 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.00 |
| HSL | 288.51º | 0.96% | 0.9% | - |
| HSV(B) | 288.51º | 0.19% | 1% | - |
| XYZ | 77.86 | 71.19 | 103.4 | - |
| YUV | 223.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 254 | 0.04 | 0.19 | 0 | 0.00 | 288.51 | 0.96 | 0.9 |
| Hex | F5 | CF | FE | 4 | 13 | 0 | 0 | 121 | 60 | 5A |
| Octal | 365 | 317 | 376 | 4 | 23 | 0 | 0 | 441 | 140 | 132 |
| Binary | 11110101 | 11001111 | 11111110 | 100 | 10011 | 0 | 0 | 100100001 | 1100000 | 1011010 |
Color Harmonies of #F5CFFE
Complementary color
Monochromatic Colors of #F5CFFE
Black with #F5CFFE
Text Example
Text Example
White with #F5CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFFE; }
p { color: rgb(245,207,254); }
H1.HeaderClassName
{
color: #F5CFFE;
}
.AnyTagClassName
{
color: #F5CFFE;
}
</style>
background-color css
<style>
a { background-color: #F5CFFE; }
a { background-color: rgb(245,207,254); }
div.DivClassName
{
background-color: #F5CFFE;
}
.BgClassName
{
background-color: #F5CFFE;
}
</style>
border-color css
<style>
span { border-color: #F5CFFE; }
span { border-color: rgb(245,207,254); }
td.TdClassName
{
border-color: #F5CFFE;
}
.TagClassName
{
border-color: #F5CFFE;
}
</style>