Shades of Blue Chalk #F6CAFE
Tints of Blue Chalk #F6CAFE
RGB
CMYK
RGB Variations
Color information
#F6CAFE (or 0xF6CAFE) is known color: Blue Chalk. HEX triplet: F6, CA and FE. RGB value is (246,202,254). Sum of RGB (Red+Green+Blue) = 246+202+254=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAFE is #093501. Grayscale: #DCDCDC. Windows color (decimal): -603394 or 16698102. OLE color: 16698102.
HSL color Cylindrical-coordinate representation of color #F6CAFE: hue angle of 290.77º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6CAFE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 202 | 254 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.00 |
| HSL | 290.77º | 0.96% | 0.89% | - |
| HSV(B) | 290.77º | 0.2% | 1% | - |
| XYZ | 77.02 | 68.99 | 103.02 | - |
| YUV | 221.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 254 | 0.03 | 0.20 | 0 | 0.00 | 290.77 | 0.96 | 0.89 |
| Hex | F6 | CA | FE | 3 | 14 | 0 | 0 | 123 | 60 | 59 |
| Octal | 366 | 312 | 376 | 3 | 24 | 0 | 0 | 443 | 140 | 131 |
| Binary | 11110110 | 11001010 | 11111110 | 11 | 10100 | 0 | 0 | 100100011 | 1100000 | 1011001 |
Color Harmonies of #F6CAFE
Complementary color
Monochromatic Colors of #F6CAFE
Black with #F6CAFE
Text Example
Text Example
White with #F6CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CAFE; }
p { color: rgb(246,202,254); }
H1.HeaderClassName
{
color: #F6CAFE;
}
.AnyTagClassName
{
color: #F6CAFE;
}
</style>
background-color css
<style>
a { background-color: #F6CAFE; }
a { background-color: rgb(246,202,254); }
div.DivClassName
{
background-color: #F6CAFE;
}
.BgClassName
{
background-color: #F6CAFE;
}
</style>
border-color css
<style>
span { border-color: #F6CAFE; }
span { border-color: rgb(246,202,254); }
td.TdClassName
{
border-color: #F6CAFE;
}
.TagClassName
{
border-color: #F6CAFE;
}
</style>