Shades of Blue Chalk #F5CBFF
Tints of Blue Chalk #F5CBFF
RGB
CMYK
RGB Variations
Color information
#F5CBFF (or 0xF5CBFF) is known color: Blue Chalk. HEX triplet: F5, CB and FF. RGB value is (245,203,255). Sum of RGB (Red+Green+Blue) = 245+203+255=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 203 (79.69% from 255 or 28.88% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBFF is #0A3400. Grayscale: #DDDDDD. Windows color (decimal): -668673 or 16763893. OLE color: 16763893.
HSL color Cylindrical-coordinate representation of color #F5CBFF: hue angle of 288.46º 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 #F5CBFF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 203 | 255 | - |
| CMYK | 0.04 | 0.20 | 0 | 0 |
| HSL | 288.46º | 1% | 0.9% | - |
| HSV(B) | 288.46º | 0.2% | 1% | - |
| XYZ | 77.06 | 69.34 | 103.93 | - |
| YUV | 221.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 255 | 0.04 | 0.20 | 0 | 0 | 288.46 | 1 | 0.9 |
| Hex | F5 | CB | FF | 4 | 14 | 0 | 0 | 120 | 64 | 5A |
| Octal | 365 | 313 | 377 | 4 | 24 | 0 | 0 | 440 | 144 | 132 |
| Binary | 11110101 | 11001011 | 11111111 | 100 | 10100 | 0 | 0 | 100100000 | 1100100 | 1011010 |
Color Harmonies of #F5CBFF
Complementary color
Monochromatic Colors of #F5CBFF
Black with #F5CBFF
Text Example
Text Example
White with #F5CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBFF; }
p { color: rgb(245,203,255); }
H1.HeaderClassName
{
color: #F5CBFF;
}
.AnyTagClassName
{
color: #F5CBFF;
}
</style>
background-color css
<style>
a { background-color: #F5CBFF; }
a { background-color: rgb(245,203,255); }
div.DivClassName
{
background-color: #F5CBFF;
}
.BgClassName
{
background-color: #F5CBFF;
}
</style>
border-color css
<style>
span { border-color: #F5CBFF; }
span { border-color: rgb(245,203,255); }
td.TdClassName
{
border-color: #F5CBFF;
}
.TagClassName
{
border-color: #F5CBFF;
}
</style>