Shades of Blue Chalk #F3D3FF
Tints of Blue Chalk #F3D3FF
RGB
CMYK
RGB Variations
Color information
#F3D3FF (or 0xF3D3FF) is known color: Blue Chalk. HEX triplet: F3, D3 and FF. RGB value is (243,211,255). Sum of RGB (Red+Green+Blue) = 243+211+255=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 211 (82.81% from 255 or 29.76% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D3FF is #0C2C00. Grayscale: #E1E1E1. Windows color (decimal): -797697 or 16765939. OLE color: 16765939.
HSL color Cylindrical-coordinate representation of color #F3D3FF: hue angle of 283.64º 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 #F3D3FF is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 211 | 255 | - |
| CMYK | 0.05 | 0.17 | 0 | 0 |
| HSL | 283.64º | 1% | 0.91% | - |
| HSV(B) | 283.64º | 0.17% | 1% | - |
| XYZ | 78.31 | 72.86 | 104.54 | - |
| YUV | 225.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 255 | 0.05 | 0.17 | 0 | 0 | 283.64 | 1 | 0.91 |
| Hex | F3 | D3 | FF | 5 | 11 | 0 | 0 | 11C | 64 | 5B |
| Octal | 363 | 323 | 377 | 5 | 21 | 0 | 0 | 434 | 144 | 133 |
| Binary | 11110011 | 11010011 | 11111111 | 101 | 10001 | 0 | 0 | 100011100 | 1100100 | 1011011 |
Color Harmonies of #F3D3FF
Complementary color
Monochromatic Colors of #F3D3FF
Black with #F3D3FF
Text Example
Text Example
White with #F3D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D3FF; }
p { color: rgb(243,211,255); }
H1.HeaderClassName
{
color: #F3D3FF;
}
.AnyTagClassName
{
color: #F3D3FF;
}
</style>
background-color css
<style>
a { background-color: #F3D3FF; }
a { background-color: rgb(243,211,255); }
div.DivClassName
{
background-color: #F3D3FF;
}
.BgClassName
{
background-color: #F3D3FF;
}
</style>
border-color css
<style>
span { border-color: #F3D3FF; }
span { border-color: rgb(243,211,255); }
td.TdClassName
{
border-color: #F3D3FF;
}
.TagClassName
{
border-color: #F3D3FF;
}
</style>