Shades of Blue Chalk #F1D2FD
Tints of Blue Chalk #F1D2FD
RGB
CMYK
RGB Variations
Color information
#F1D2FD (or 0xF1D2FD) is known color: Blue Chalk. HEX triplet: F1, D2 and FD. RGB value is (241,210,253). Sum of RGB (Red+Green+Blue) = 241+210+253=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 210 (82.42% from 255 or 29.83% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2FD is #0E2D02. Grayscale: #E0E0E0. Windows color (decimal): -929027 or 16634609. OLE color: 16634609.
HSL color Cylindrical-coordinate representation of color #F1D2FD: hue angle of 283.26º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1D2FD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 210 | 253 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.01 |
| HSL | 283.26º | 0.91% | 0.91% | - |
| HSV(B) | 283.26º | 0.17% | 0.99% | - |
| XYZ | 77.05 | 71.89 | 102.74 | - |
| YUV | 224.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 253 | 0.05 | 0.17 | 0 | 0.01 | 283.26 | 0.91 | 0.91 |
| Hex | F1 | D2 | FD | 5 | 11 | 0 | 1 | 11B | 5B | 5B |
| Octal | 361 | 322 | 375 | 5 | 21 | 0 | 1 | 433 | 133 | 133 |
| Binary | 11110001 | 11010010 | 11111101 | 101 | 10001 | 0 | 1 | 100011011 | 1011011 | 1011011 |
Color Harmonies of #F1D2FD
Complementary color
Monochromatic Colors of #F1D2FD
Black with #F1D2FD
Text Example
Text Example
White with #F1D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2FD; }
p { color: rgb(241,210,253); }
H1.HeaderClassName
{
color: #F1D2FD;
}
.AnyTagClassName
{
color: #F1D2FD;
}
</style>
background-color css
<style>
a { background-color: #F1D2FD; }
a { background-color: rgb(241,210,253); }
div.DivClassName
{
background-color: #F1D2FD;
}
.BgClassName
{
background-color: #F1D2FD;
}
</style>
border-color css
<style>
span { border-color: #F1D2FD; }
span { border-color: rgb(241,210,253); }
td.TdClassName
{
border-color: #F1D2FD;
}
.TagClassName
{
border-color: #F1D2FD;
}
</style>