Shades of Blue Chalk #F5CEFE
Tints of Blue Chalk #F5CEFE
RGB
CMYK
RGB Variations
Color information
#F5CEFE (or 0xF5CEFE) is known color: Blue Chalk. HEX triplet: F5, CE and FE. RGB value is (245,206,254). Sum of RGB (Red+Green+Blue) = 245+206+254=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CEFE is #0A3101. Grayscale: #DEDEDE. Windows color (decimal): -667906 or 16699125. OLE color: 16699125.
HSL color Cylindrical-coordinate representation of color #F5CEFE: hue angle of 288.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5CEFE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 206 | 254 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.00 |
| HSL | 288.75º | 0.96% | 0.9% | - |
| HSV(B) | 288.75º | 0.19% | 1% | - |
| XYZ | 77.62 | 70.71 | 103.32 | - |
| YUV | 223.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 254 | 0.04 | 0.19 | 0 | 0.00 | 288.75 | 0.96 | 0.9 |
| Hex | F5 | CE | FE | 4 | 13 | 0 | 0 | 121 | 60 | 5A |
| Octal | 365 | 316 | 376 | 4 | 23 | 0 | 0 | 441 | 140 | 132 |
| Binary | 11110101 | 11001110 | 11111110 | 100 | 10011 | 0 | 0 | 100100001 | 1100000 | 1011010 |
Color Harmonies of #F5CEFE
Complementary color
Monochromatic Colors of #F5CEFE
Black with #F5CEFE
Text Example
Text Example
White with #F5CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CEFE; }
p { color: rgb(245,206,254); }
H1.HeaderClassName
{
color: #F5CEFE;
}
.AnyTagClassName
{
color: #F5CEFE;
}
</style>
background-color css
<style>
a { background-color: #F5CEFE; }
a { background-color: rgb(245,206,254); }
div.DivClassName
{
background-color: #F5CEFE;
}
.BgClassName
{
background-color: #F5CEFE;
}
</style>
border-color css
<style>
span { border-color: #F5CEFE; }
span { border-color: rgb(245,206,254); }
td.TdClassName
{
border-color: #F5CEFE;
}
.TagClassName
{
border-color: #F5CEFE;
}
</style>