Shades of Blue Chalk #F3CBFF
Tints of Blue Chalk #F3CBFF
RGB
CMYK
RGB Variations
Color information
#F3CBFF (or 0xF3CBFF) is known color: Blue Chalk. HEX triplet: F3, CB and FF. RGB value is (243,203,255). Sum of RGB (Red+Green+Blue) = 243+203+255=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 203 (79.69% from 255 or 28.96% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CBFF is #0C3400. Grayscale: #DCDCDC. Windows color (decimal): -799745 or 16763891. OLE color: 16763891.
HSL color Cylindrical-coordinate representation of color #F3CBFF: hue angle of 286.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3CBFF is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 203 | 255 | - |
| CMYK | 0.05 | 0.20 | 0 | 0 |
| HSL | 286.15º | 1% | 0.9% | - |
| HSV(B) | 286.15º | 0.2% | 1% | - |
| XYZ | 76.37 | 68.99 | 103.9 | - |
| YUV | 220.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 255 | 0.05 | 0.20 | 0 | 0 | 286.15 | 1 | 0.9 |
| Hex | F3 | CB | FF | 5 | 14 | 0 | 0 | 11E | 64 | 5A |
| Octal | 363 | 313 | 377 | 5 | 24 | 0 | 0 | 436 | 144 | 132 |
| Binary | 11110011 | 11001011 | 11111111 | 101 | 10100 | 0 | 0 | 100011110 | 1100100 | 1011010 |
Color Harmonies of #F3CBFF
Complementary color
Monochromatic Colors of #F3CBFF
Black with #F3CBFF
Text Example
Text Example
White with #F3CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBFF; }
p { color: rgb(243,203,255); }
H1.HeaderClassName
{
color: #F3CBFF;
}
.AnyTagClassName
{
color: #F3CBFF;
}
</style>
background-color css
<style>
a { background-color: #F3CBFF; }
a { background-color: rgb(243,203,255); }
div.DivClassName
{
background-color: #F3CBFF;
}
.BgClassName
{
background-color: #F3CBFF;
}
</style>
border-color css
<style>
span { border-color: #F3CBFF; }
span { border-color: rgb(243,203,255); }
td.TdClassName
{
border-color: #F3CBFF;
}
.TagClassName
{
border-color: #F3CBFF;
}
</style>