Shades of Blue Chalk #F0CBFD
Tints of Blue Chalk #F0CBFD
RGB
CMYK
RGB Variations
Color information
#F0CBFD (or 0xF0CBFD) is known color: Blue Chalk. HEX triplet: F0, CB and FD. RGB value is (240,203,253). Sum of RGB (Red+Green+Blue) = 240+203+253=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0CBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFD is #0F3402. Grayscale: #DBDBDB. Windows color (decimal): -996355 or 16632816. OLE color: 16632816.
HSL color Cylindrical-coordinate representation of color #F0CBFD: hue angle of 284.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CBFD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 203 | 253 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.01 |
| HSL | 284.4º | 0.93% | 0.89% | - |
| HSV(B) | 284.4º | 0.2% | 0.99% | - |
| XYZ | 75.02 | 68.33 | 102.16 | - |
| YUV | 219.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 253 | 0.05 | 0.20 | 0 | 0.01 | 284.4 | 0.93 | 0.89 |
| Hex | F0 | CB | FD | 5 | 14 | 0 | 1 | 11C | 5D | 59 |
| Octal | 360 | 313 | 375 | 5 | 24 | 0 | 1 | 434 | 135 | 131 |
| Binary | 11110000 | 11001011 | 11111101 | 101 | 10100 | 0 | 1 | 100011100 | 1011101 | 1011001 |
Color Harmonies of #F0CBFD
Complementary color
Monochromatic Colors of #F0CBFD
Black with #F0CBFD
Text Example
Text Example
White with #F0CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBFD; }
p { color: rgb(240,203,253); }
H1.HeaderClassName
{
color: #F0CBFD;
}
.AnyTagClassName
{
color: #F0CBFD;
}
</style>
background-color css
<style>
a { background-color: #F0CBFD; }
a { background-color: rgb(240,203,253); }
div.DivClassName
{
background-color: #F0CBFD;
}
.BgClassName
{
background-color: #F0CBFD;
}
</style>
border-color css
<style>
span { border-color: #F0CBFD; }
span { border-color: rgb(240,203,253); }
td.TdClassName
{
border-color: #F0CBFD;
}
.TagClassName
{
border-color: #F0CBFD;
}
</style>