Shades of Blue Chalk #F3D0FE
Tints of Blue Chalk #F3D0FE
RGB
CMYK
RGB Variations
Color information
#F3D0FE (or 0xF3D0FE) is known color: Blue Chalk. HEX triplet: F3, D0 and FE. RGB value is (243,208,254). Sum of RGB (Red+Green+Blue) = 243+208+254=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 208 (81.64% from 255 or 29.50% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3D0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0FE is #0C2F01. Grayscale: #DFDFDF. Windows color (decimal): -798466 or 16699635. OLE color: 16699635.
HSL color Cylindrical-coordinate representation of color #F3D0FE: hue angle of 285.65º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3D0FE is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 208 | 254 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.00 |
| HSL | 285.65º | 0.96% | 0.91% | - |
| HSV(B) | 285.65º | 0.18% | 1% | - |
| XYZ | 77.41 | 71.32 | 103.45 | - |
| YUV | 223.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 254 | 0.04 | 0.18 | 0 | 0.00 | 285.65 | 0.96 | 0.91 |
| Hex | F3 | D0 | FE | 4 | 12 | 0 | 0 | 11E | 60 | 5B |
| Octal | 363 | 320 | 376 | 4 | 22 | 0 | 0 | 436 | 140 | 133 |
| Binary | 11110011 | 11010000 | 11111110 | 100 | 10010 | 0 | 0 | 100011110 | 1100000 | 1011011 |
Color Harmonies of #F3D0FE
Complementary color
Monochromatic Colors of #F3D0FE
Black with #F3D0FE
Text Example
Text Example
White with #F3D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0FE; }
p { color: rgb(243,208,254); }
H1.HeaderClassName
{
color: #F3D0FE;
}
.AnyTagClassName
{
color: #F3D0FE;
}
</style>
background-color css
<style>
a { background-color: #F3D0FE; }
a { background-color: rgb(243,208,254); }
div.DivClassName
{
background-color: #F3D0FE;
}
.BgClassName
{
background-color: #F3D0FE;
}
</style>
border-color css
<style>
span { border-color: #F3D0FE; }
span { border-color: rgb(243,208,254); }
td.TdClassName
{
border-color: #F3D0FE;
}
.TagClassName
{
border-color: #F3D0FE;
}
</style>