Shades of Blue Chalk #F6D5FE
Tints of Blue Chalk #F6D5FE
RGB
CMYK
RGB Variations
Color information
#F6D5FE (or 0xF6D5FE) is known color: Blue Chalk. HEX triplet: F6, D5 and FE. RGB value is (246,213,254). Sum of RGB (Red+Green+Blue) = 246+213+254=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 213 (83.59% from 255 or 29.87% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6D5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D5FE is #092A01. Grayscale: #E3E3E3. Windows color (decimal): -600578 or 16700918. OLE color: 16700918.
HSL color Cylindrical-coordinate representation of color #F6D5FE: hue angle of 288.29º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6D5FE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 213 | 254 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.00 |
| HSL | 288.29º | 0.95% | 0.92% | - |
| HSV(B) | 288.29º | 0.16% | 1% | - |
| XYZ | 79.69 | 74.34 | 103.91 | - |
| YUV | 227.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 254 | 0.03 | 0.16 | 0 | 0.00 | 288.29 | 0.95 | 0.92 |
| Hex | F6 | D5 | FE | 3 | 10 | 0 | 0 | 120 | 5F | 5C |
| Octal | 366 | 325 | 376 | 3 | 20 | 0 | 0 | 440 | 137 | 134 |
| Binary | 11110110 | 11010101 | 11111110 | 11 | 10000 | 0 | 0 | 100100000 | 1011111 | 1011100 |
Color Harmonies of #F6D5FE
Complementary color
Monochromatic Colors of #F6D5FE
Black with #F6D5FE
Text Example
Text Example
White with #F6D5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D5FE; }
p { color: rgb(246,213,254); }
H1.HeaderClassName
{
color: #F6D5FE;
}
.AnyTagClassName
{
color: #F6D5FE;
}
</style>
background-color css
<style>
a { background-color: #F6D5FE; }
a { background-color: rgb(246,213,254); }
div.DivClassName
{
background-color: #F6D5FE;
}
.BgClassName
{
background-color: #F6D5FE;
}
</style>
border-color css
<style>
span { border-color: #F6D5FE; }
span { border-color: rgb(246,213,254); }
td.TdClassName
{
border-color: #F6D5FE;
}
.TagClassName
{
border-color: #F6D5FE;
}
</style>