Shades of Blue Chalk #F7D4FF
Tints of Blue Chalk #F7D4FF
RGB
CMYK
RGB Variations
Color information
#F7D4FF (or 0xF7D4FF) is known color: Blue Chalk. HEX triplet: F7, D4 and FF. RGB value is (247,212,255). Sum of RGB (Red+Green+Blue) = 247+212+255=714 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.59% from 714); Green value is 212 (83.20% from 255 or 29.69% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7D4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D4FF is #082B00. Grayscale: #E3E3E3. Windows color (decimal): -535297 or 16766199. OLE color: 16766199.
HSL color Cylindrical-coordinate representation of color #F7D4FF: hue angle of 288.84º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7D4FF is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 212 | 255 | - |
| CMYK | 0.03 | 0.17 | 0 | 0 |
| HSL | 288.84º | 1% | 0.92% | - |
| HSV(B) | 288.84º | 0.17% | 1% | - |
| XYZ | 79.95 | 74.08 | 104.69 | - |
| YUV | 227.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 255 | 0.03 | 0.17 | 0 | 0 | 288.84 | 1 | 0.92 |
| Hex | F7 | D4 | FF | 3 | 11 | 0 | 0 | 121 | 64 | 5C |
| Octal | 367 | 324 | 377 | 3 | 21 | 0 | 0 | 441 | 144 | 134 |
| Binary | 11110111 | 11010100 | 11111111 | 11 | 10001 | 0 | 0 | 100100001 | 1100100 | 1011100 |
Color Harmonies of #F7D4FF
Complementary color
Monochromatic Colors of #F7D4FF
Black with #F7D4FF
Text Example
Text Example
White with #F7D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4FF; }
p { color: rgb(247,212,255); }
H1.HeaderClassName
{
color: #F7D4FF;
}
.AnyTagClassName
{
color: #F7D4FF;
}
</style>
background-color css
<style>
a { background-color: #F7D4FF; }
a { background-color: rgb(247,212,255); }
div.DivClassName
{
background-color: #F7D4FF;
}
.BgClassName
{
background-color: #F7D4FF;
}
</style>
border-color css
<style>
span { border-color: #F7D4FF; }
span { border-color: rgb(247,212,255); }
td.TdClassName
{
border-color: #F7D4FF;
}
.TagClassName
{
border-color: #F7D4FF;
}
</style>