Shades of Blue Chalk #F6D3FF
Tints of Blue Chalk #F6D3FF
RGB
CMYK
RGB Variations
Color information
#F6D3FF (or 0xF6D3FF) is known color: Blue Chalk. HEX triplet: F6, D3 and FF. RGB value is (246,211,255). Sum of RGB (Red+Green+Blue) = 246+211+255=712 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.55% from 712); Green value is 211 (82.81% from 255 or 29.63% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3FF is #092C00. Grayscale: #E2E2E2. Windows color (decimal): -601089 or 16765942. OLE color: 16765942.
HSL color Cylindrical-coordinate representation of color #F6D3FF: hue angle of 287.73º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6D3FF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 211 | 255 | - |
| CMYK | 0.04 | 0.17 | 0 | 0 |
| HSL | 287.73º | 1% | 0.91% | - |
| HSV(B) | 287.73º | 0.17% | 1% | - |
| XYZ | 79.35 | 73.4 | 104.59 | - |
| YUV | 226.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 255 | 0.04 | 0.17 | 0 | 0 | 287.73 | 1 | 0.91 |
| Hex | F6 | D3 | FF | 4 | 11 | 0 | 0 | 120 | 64 | 5B |
| Octal | 366 | 323 | 377 | 4 | 21 | 0 | 0 | 440 | 144 | 133 |
| Binary | 11110110 | 11010011 | 11111111 | 100 | 10001 | 0 | 0 | 100100000 | 1100100 | 1011011 |
Color Harmonies of #F6D3FF
Complementary color
Monochromatic Colors of #F6D3FF
Black with #F6D3FF
Text Example
Text Example
White with #F6D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3FF; }
p { color: rgb(246,211,255); }
H1.HeaderClassName
{
color: #F6D3FF;
}
.AnyTagClassName
{
color: #F6D3FF;
}
</style>
background-color css
<style>
a { background-color: #F6D3FF; }
a { background-color: rgb(246,211,255); }
div.DivClassName
{
background-color: #F6D3FF;
}
.BgClassName
{
background-color: #F6D3FF;
}
</style>
border-color css
<style>
span { border-color: #F6D3FF; }
span { border-color: rgb(246,211,255); }
td.TdClassName
{
border-color: #F6D3FF;
}
.TagClassName
{
border-color: #F6D3FF;
}
</style>