Shades of Blue Chalk #F5C9FE
Tints of Blue Chalk #F5C9FE
RGB
CMYK
RGB Variations
Color information
#F5C9FE (or 0xF5C9FE) is known color: Blue Chalk. HEX triplet: F5, C9 and FE. RGB value is (245,201,254). Sum of RGB (Red+Green+Blue) = 245+201+254=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 201 (78.91% from 255 or 28.71% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C9FE is #0A3601. Grayscale: #DCDCDC. Windows color (decimal): -669186 or 16697845. OLE color: 16697845.
HSL color Cylindrical-coordinate representation of color #F5C9FE: hue angle of 289.81º 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 #F5C9FE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 201 | 254 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.00 |
| HSL | 289.81º | 0.96% | 0.89% | - |
| HSV(B) | 289.81º | 0.21% | 1% | - |
| XYZ | 76.43 | 68.34 | 102.93 | - |
| YUV | 220.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 254 | 0.04 | 0.21 | 0 | 0.00 | 289.81 | 0.96 | 0.89 |
| Hex | F5 | C9 | FE | 4 | 15 | 0 | 0 | 122 | 60 | 59 |
| Octal | 365 | 311 | 376 | 4 | 25 | 0 | 0 | 442 | 140 | 131 |
| Binary | 11110101 | 11001001 | 11111110 | 100 | 10101 | 0 | 0 | 100100010 | 1100000 | 1011001 |
Color Harmonies of #F5C9FE
Complementary color
Monochromatic Colors of #F5C9FE
Black with #F5C9FE
Text Example
Text Example
White with #F5C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C9FE; }
p { color: rgb(245,201,254); }
H1.HeaderClassName
{
color: #F5C9FE;
}
.AnyTagClassName
{
color: #F5C9FE;
}
</style>
background-color css
<style>
a { background-color: #F5C9FE; }
a { background-color: rgb(245,201,254); }
div.DivClassName
{
background-color: #F5C9FE;
}
.BgClassName
{
background-color: #F5C9FE;
}
</style>
border-color css
<style>
span { border-color: #F5C9FE; }
span { border-color: rgb(245,201,254); }
td.TdClassName
{
border-color: #F5C9FE;
}
.TagClassName
{
border-color: #F5C9FE;
}
</style>