Shades of Blue Chalk #F3D2FE
Tints of Blue Chalk #F3D2FE
RGB
CMYK
RGB Variations
Color information
#F3D2FE (or 0xF3D2FE) is known color: Blue Chalk. HEX triplet: F3, D2 and FE. RGB value is (243,210,254). Sum of RGB (Red+Green+Blue) = 243+210+254=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 210 (82.42% from 255 or 29.70% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3D2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D2FE is #0C2D01. Grayscale: #E0E0E0. Windows color (decimal): -797954 or 16700147. OLE color: 16700147.
HSL color Cylindrical-coordinate representation of color #F3D2FE: hue angle of 285º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3D2FE is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 210 | 254 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.00 |
| HSL | 285º | 0.96% | 0.91% | - |
| HSV(B) | 285º | 0.17% | 1% | - |
| XYZ | 77.9 | 72.3 | 103.62 | - |
| YUV | 224.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 254 | 0.04 | 0.17 | 0 | 0.00 | 285 | 0.96 | 0.91 |
| Hex | F3 | D2 | FE | 4 | 11 | 0 | 0 | 11D | 60 | 5B |
| Octal | 363 | 322 | 376 | 4 | 21 | 0 | 0 | 435 | 140 | 133 |
| Binary | 11110011 | 11010010 | 11111110 | 100 | 10001 | 0 | 0 | 100011101 | 1100000 | 1011011 |
Color Harmonies of #F3D2FE
Complementary color
Monochromatic Colors of #F3D2FE
Black with #F3D2FE
Text Example
Text Example
White with #F3D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2FE; }
p { color: rgb(243,210,254); }
H1.HeaderClassName
{
color: #F3D2FE;
}
.AnyTagClassName
{
color: #F3D2FE;
}
</style>
background-color css
<style>
a { background-color: #F3D2FE; }
a { background-color: rgb(243,210,254); }
div.DivClassName
{
background-color: #F3D2FE;
}
.BgClassName
{
background-color: #F3D2FE;
}
</style>
border-color css
<style>
span { border-color: #F3D2FE; }
span { border-color: rgb(243,210,254); }
td.TdClassName
{
border-color: #F3D2FE;
}
.TagClassName
{
border-color: #F3D2FE;
}
</style>