Shades of Blue Chalk #F0C9FD
Tints of Blue Chalk #F0C9FD
RGB
CMYK
RGB Variations
Color information
#F0C9FD (or 0xF0C9FD) is known color: Blue Chalk. HEX triplet: F0, C9 and FD. RGB value is (240,201,253). Sum of RGB (Red+Green+Blue) = 240+201+253=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 201 (78.91% from 255 or 28.96% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0C9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9FD is #0F3602. Grayscale: #DADADA. Windows color (decimal): -996867 or 16632304. OLE color: 16632304.
HSL color Cylindrical-coordinate representation of color #F0C9FD: hue angle of 285º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C9FD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 201 | 253 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.01 |
| HSL | 285º | 0.93% | 0.89% | - |
| HSV(B) | 285º | 0.21% | 0.99% | - |
| XYZ | 74.55 | 67.39 | 102.01 | - |
| YUV | 218.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 253 | 0.05 | 0.21 | 0 | 0.01 | 285 | 0.93 | 0.89 |
| Hex | F0 | C9 | FD | 5 | 15 | 0 | 1 | 11D | 5D | 59 |
| Octal | 360 | 311 | 375 | 5 | 25 | 0 | 1 | 435 | 135 | 131 |
| Binary | 11110000 | 11001001 | 11111101 | 101 | 10101 | 0 | 1 | 100011101 | 1011101 | 1011001 |
Color Harmonies of #F0C9FD
Complementary color
Monochromatic Colors of #F0C9FD
Black with #F0C9FD
Text Example
Text Example
White with #F0C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9FD; }
p { color: rgb(240,201,253); }
H1.HeaderClassName
{
color: #F0C9FD;
}
.AnyTagClassName
{
color: #F0C9FD;
}
</style>
background-color css
<style>
a { background-color: #F0C9FD; }
a { background-color: rgb(240,201,253); }
div.DivClassName
{
background-color: #F0C9FD;
}
.BgClassName
{
background-color: #F0C9FD;
}
</style>
border-color css
<style>
span { border-color: #F0C9FD; }
span { border-color: rgb(240,201,253); }
td.TdClassName
{
border-color: #F0C9FD;
}
.TagClassName
{
border-color: #F0C9FD;
}
</style>