Shades of Blue Chalk #F6C9FE
Tints of Blue Chalk #F6C9FE
RGB
CMYK
RGB Variations
Color information
#F6C9FE (or 0xF6C9FE) is known color: Blue Chalk. HEX triplet: F6, C9 and FE. RGB value is (246,201,254). Sum of RGB (Red+Green+Blue) = 246+201+254=701 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.09% from 701); Green value is 201 (78.91% from 255 or 28.67% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C9FE is #093601. Grayscale: #DCDCDC. Windows color (decimal): -603650 or 16697846. OLE color: 16697846.
HSL color Cylindrical-coordinate representation of color #F6C9FE: hue angle of 290.94º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C9FE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 201 | 254 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.00 |
| HSL | 290.94º | 0.96% | 0.89% | - |
| HSV(B) | 290.94º | 0.21% | 1% | - |
| XYZ | 76.78 | 68.52 | 102.95 | - |
| YUV | 220.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 254 | 0.03 | 0.21 | 0 | 0.00 | 290.94 | 0.96 | 0.89 |
| Hex | F6 | C9 | FE | 3 | 15 | 0 | 0 | 123 | 60 | 59 |
| Octal | 366 | 311 | 376 | 3 | 25 | 0 | 0 | 443 | 140 | 131 |
| Binary | 11110110 | 11001001 | 11111110 | 11 | 10101 | 0 | 0 | 100100011 | 1100000 | 1011001 |
Color Harmonies of #F6C9FE
Complementary color
Monochromatic Colors of #F6C9FE
Black with #F6C9FE
Text Example
Text Example
White with #F6C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9FE; }
p { color: rgb(246,201,254); }
H1.HeaderClassName
{
color: #F6C9FE;
}
.AnyTagClassName
{
color: #F6C9FE;
}
</style>
background-color css
<style>
a { background-color: #F6C9FE; }
a { background-color: rgb(246,201,254); }
div.DivClassName
{
background-color: #F6C9FE;
}
.BgClassName
{
background-color: #F6C9FE;
}
</style>
border-color css
<style>
span { border-color: #F6C9FE; }
span { border-color: rgb(246,201,254); }
td.TdClassName
{
border-color: #F6C9FE;
}
.TagClassName
{
border-color: #F6C9FE;
}
</style>