Shades of Blue Chalk #F5CFFF
Tints of Blue Chalk #F5CFFF
RGB
CMYK
RGB Variations
Color information
#F5CFFF (or 0xF5CFFF) is known color: Blue Chalk. HEX triplet: F5, CF and FF. RGB value is (245,207,255). Sum of RGB (Red+Green+Blue) = 245+207+255=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFFF is #0A3000. Grayscale: #DFDFDF. Windows color (decimal): -667649 or 16764917. OLE color: 16764917.
HSL color Cylindrical-coordinate representation of color #F5CFFF: hue angle of 287.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5CFFF is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 207 | 255 | - |
| CMYK | 0.04 | 0.19 | 0 | 0 |
| HSL | 287.5º | 1% | 0.91% | - |
| HSV(B) | 287.5º | 0.19% | 1% | - |
| XYZ | 78.02 | 71.26 | 104.25 | - |
| YUV | 223.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 255 | 0.04 | 0.19 | 0 | 0 | 287.5 | 1 | 0.91 |
| Hex | F5 | CF | FF | 4 | 13 | 0 | 0 | 120 | 64 | 5B |
| Octal | 365 | 317 | 377 | 4 | 23 | 0 | 0 | 440 | 144 | 133 |
| Binary | 11110101 | 11001111 | 11111111 | 100 | 10011 | 0 | 0 | 100100000 | 1100100 | 1011011 |
Color Harmonies of #F5CFFF
Complementary color
Monochromatic Colors of #F5CFFF
Black with #F5CFFF
Text Example
Text Example
White with #F5CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFFF; }
p { color: rgb(245,207,255); }
H1.HeaderClassName
{
color: #F5CFFF;
}
.AnyTagClassName
{
color: #F5CFFF;
}
</style>
background-color css
<style>
a { background-color: #F5CFFF; }
a { background-color: rgb(245,207,255); }
div.DivClassName
{
background-color: #F5CFFF;
}
.BgClassName
{
background-color: #F5CFFF;
}
</style>
border-color css
<style>
span { border-color: #F5CFFF; }
span { border-color: rgb(245,207,255); }
td.TdClassName
{
border-color: #F5CFFF;
}
.TagClassName
{
border-color: #F5CFFF;
}
</style>