Shades of Blue Chalk #F0CBFE
Tints of Blue Chalk #F0CBFE
RGB
CMYK
RGB Variations
Color information
#F0CBFE (or 0xF0CBFE) is known color: Blue Chalk. HEX triplet: F0, CB and FE. RGB value is (240,203,254). Sum of RGB (Red+Green+Blue) = 240+203+254=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 203 (79.69% from 255 or 29.12% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFE is #0F3401. Grayscale: #DBDBDB. Windows color (decimal): -996354 or 16698352. OLE color: 16698352.
HSL color Cylindrical-coordinate representation of color #F0CBFE: hue angle of 283.53º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CBFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 203 | 254 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.00 |
| HSL | 283.53º | 0.96% | 0.9% | - |
| HSV(B) | 283.53º | 0.2% | 1% | - |
| XYZ | 75.18 | 68.39 | 103 | - |
| YUV | 219.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 254 | 0.06 | 0.20 | 0 | 0.00 | 283.53 | 0.96 | 0.9 |
| Hex | F0 | CB | FE | 6 | 14 | 0 | 0 | 11C | 60 | 5A |
| Octal | 360 | 313 | 376 | 6 | 24 | 0 | 0 | 434 | 140 | 132 |
| Binary | 11110000 | 11001011 | 11111110 | 110 | 10100 | 0 | 0 | 100011100 | 1100000 | 1011010 |
Color Harmonies of #F0CBFE
Complementary color
Monochromatic Colors of #F0CBFE
Black with #F0CBFE
Text Example
Text Example
White with #F0CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBFE; }
p { color: rgb(240,203,254); }
H1.HeaderClassName
{
color: #F0CBFE;
}
.AnyTagClassName
{
color: #F0CBFE;
}
</style>
background-color css
<style>
a { background-color: #F0CBFE; }
a { background-color: rgb(240,203,254); }
div.DivClassName
{
background-color: #F0CBFE;
}
.BgClassName
{
background-color: #F0CBFE;
}
</style>
border-color css
<style>
span { border-color: #F0CBFE; }
span { border-color: rgb(240,203,254); }
td.TdClassName
{
border-color: #F0CBFE;
}
.TagClassName
{
border-color: #F0CBFE;
}
</style>