Shades of Blue Chalk #F6CBFE
Tints of Blue Chalk #F6CBFE
RGB
CMYK
RGB Variations
Color information
#F6CBFE (or 0xF6CBFE) is known color: Blue Chalk. HEX triplet: F6, CB and FE. RGB value is (246,203,254). Sum of RGB (Red+Green+Blue) = 246+203+254=703 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.99% from 703); Green value is 203 (79.69% from 255 or 28.88% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CBFE is #093401. Grayscale: #DDDDDD. Windows color (decimal): -603138 or 16698358. OLE color: 16698358.
HSL color Cylindrical-coordinate representation of color #F6CBFE: hue angle of 290.59º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6CBFE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 203 | 254 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.00 |
| HSL | 290.59º | 0.96% | 0.9% | - |
| HSV(B) | 290.59º | 0.2% | 1% | - |
| XYZ | 77.25 | 69.46 | 103.1 | - |
| YUV | 221.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 254 | 0.03 | 0.20 | 0 | 0.00 | 290.59 | 0.96 | 0.9 |
| Hex | F6 | CB | FE | 3 | 14 | 0 | 0 | 123 | 60 | 5A |
| Octal | 366 | 313 | 376 | 3 | 24 | 0 | 0 | 443 | 140 | 132 |
| Binary | 11110110 | 11001011 | 11111110 | 11 | 10100 | 0 | 0 | 100100011 | 1100000 | 1011010 |
Color Harmonies of #F6CBFE
Complementary color
Monochromatic Colors of #F6CBFE
Black with #F6CBFE
Text Example
Text Example
White with #F6CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBFE; }
p { color: rgb(246,203,254); }
H1.HeaderClassName
{
color: #F6CBFE;
}
.AnyTagClassName
{
color: #F6CBFE;
}
</style>
background-color css
<style>
a { background-color: #F6CBFE; }
a { background-color: rgb(246,203,254); }
div.DivClassName
{
background-color: #F6CBFE;
}
.BgClassName
{
background-color: #F6CBFE;
}
</style>
border-color css
<style>
span { border-color: #F6CBFE; }
span { border-color: rgb(246,203,254); }
td.TdClassName
{
border-color: #F6CBFE;
}
.TagClassName
{
border-color: #F6CBFE;
}
</style>