Shades of Blue Chalk #F3D0FA
Tints of Blue Chalk #F3D0FA
RGB
CMYK
RGB Variations
Color information
#F3D0FA (or 0xF3D0FA) is known color: Blue Chalk. HEX triplet: F3, D0 and FA. RGB value is (243,208,250). Sum of RGB (Red+Green+Blue) = 243+208+250=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 208 (81.64% from 255 or 29.67% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3D0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0FA is #0C2F05. Grayscale: #DFDFDF. Windows color (decimal): -798470 or 16437491. OLE color: 16437491.
HSL color Cylindrical-coordinate representation of color #F3D0FA: hue angle of 290º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3D0FA is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 208 | 250 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.02 |
| HSL | 290º | 0.81% | 0.9% | - |
| HSV(B) | 290º | 0.17% | 0.98% | - |
| XYZ | 76.77 | 71.07 | 100.11 | - |
| YUV | 223.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 250 | 0.03 | 0.17 | 0 | 0.02 | 290 | 0.81 | 0.9 |
| Hex | F3 | D0 | FA | 3 | 11 | 0 | 2 | 122 | 51 | 5A |
| Octal | 363 | 320 | 372 | 3 | 21 | 0 | 2 | 442 | 121 | 132 |
| Binary | 11110011 | 11010000 | 11111010 | 11 | 10001 | 0 | 10 | 100100010 | 1010001 | 1011010 |
Color Harmonies of #F3D0FA
Complementary color
Monochromatic Colors of #F3D0FA
Black with #F3D0FA
Text Example
Text Example
White with #F3D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0FA; }
p { color: rgb(243,208,250); }
H1.HeaderClassName
{
color: #F3D0FA;
}
.AnyTagClassName
{
color: #F3D0FA;
}
</style>
background-color css
<style>
a { background-color: #F3D0FA; }
a { background-color: rgb(243,208,250); }
div.DivClassName
{
background-color: #F3D0FA;
}
.BgClassName
{
background-color: #F3D0FA;
}
</style>
border-color css
<style>
span { border-color: #F3D0FA; }
span { border-color: rgb(243,208,250); }
td.TdClassName
{
border-color: #F3D0FA;
}
.TagClassName
{
border-color: #F3D0FA;
}
</style>