Shades of Blue Chalk #F7C9FF
Tints of Blue Chalk #F7C9FF
RGB
CMYK
RGB Variations
Color information
#F7C9FF (or 0xF7C9FF) is known color: Blue Chalk. HEX triplet: F7, C9 and FF. RGB value is (247,201,255). Sum of RGB (Red+Green+Blue) = 247+201+255=703 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.14% from 703); Green value is 201 (78.91% from 255 or 28.59% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7C9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C9FF is #083600. Grayscale: #DCDCDC. Windows color (decimal): -538113 or 16763383. OLE color: 16763383.
HSL color Cylindrical-coordinate representation of color #F7C9FF: hue angle of 291.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C9FF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 201 | 255 | - |
| CMYK | 0.03 | 0.21 | 0 | 0 |
| HSL | 291.11º | 1% | 0.89% | - |
| HSV(B) | 291.11º | 0.21% | 1% | - |
| XYZ | 77.29 | 68.77 | 103.81 | - |
| YUV | 220.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 255 | 0.03 | 0.21 | 0 | 0 | 291.11 | 1 | 0.89 |
| Hex | F7 | C9 | FF | 3 | 15 | 0 | 0 | 123 | 64 | 59 |
| Octal | 367 | 311 | 377 | 3 | 25 | 0 | 0 | 443 | 144 | 131 |
| Binary | 11110111 | 11001001 | 11111111 | 11 | 10101 | 0 | 0 | 100100011 | 1100100 | 1011001 |
Color Harmonies of #F7C9FF
Complementary color
Monochromatic Colors of #F7C9FF
Black with #F7C9FF
Text Example
Text Example
White with #F7C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C9FF; }
p { color: rgb(247,201,255); }
H1.HeaderClassName
{
color: #F7C9FF;
}
.AnyTagClassName
{
color: #F7C9FF;
}
</style>
background-color css
<style>
a { background-color: #F7C9FF; }
a { background-color: rgb(247,201,255); }
div.DivClassName
{
background-color: #F7C9FF;
}
.BgClassName
{
background-color: #F7C9FF;
}
</style>
border-color css
<style>
span { border-color: #F7C9FF; }
span { border-color: rgb(247,201,255); }
td.TdClassName
{
border-color: #F7C9FF;
}
.TagClassName
{
border-color: #F7C9FF;
}
</style>