Shades of Blue Chalk #F4CBFD
Tints of Blue Chalk #F4CBFD
RGB
CMYK
RGB Variations
Color information
#F4CBFD (or 0xF4CBFD) is known color: Blue Chalk. HEX triplet: F4, CB and FD. RGB value is (244,203,253). Sum of RGB (Red+Green+Blue) = 244+203+253=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 203 (79.69% from 255 or 29% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4CBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBFD is #0B3402. Grayscale: #DCDCDC. Windows color (decimal): -734211 or 16632820. OLE color: 16632820.
HSL color Cylindrical-coordinate representation of color #F4CBFD: hue angle of 289.2º 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 #F4CBFD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 203 | 253 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.01 |
| HSL | 289.2º | 0.93% | 0.89% | - |
| HSV(B) | 289.2º | 0.2% | 0.99% | - |
| XYZ | 76.39 | 69.04 | 102.23 | - |
| YUV | 220.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 253 | 0.04 | 0.20 | 0 | 0.01 | 289.2 | 0.93 | 0.89 |
| Hex | F4 | CB | FD | 4 | 14 | 0 | 1 | 121 | 5D | 59 |
| Octal | 364 | 313 | 375 | 4 | 24 | 0 | 1 | 441 | 135 | 131 |
| Binary | 11110100 | 11001011 | 11111101 | 100 | 10100 | 0 | 1 | 100100001 | 1011101 | 1011001 |
Color Harmonies of #F4CBFD
Complementary color
Monochromatic Colors of #F4CBFD
Black with #F4CBFD
Text Example
Text Example
White with #F4CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBFD; }
p { color: rgb(244,203,253); }
H1.HeaderClassName
{
color: #F4CBFD;
}
.AnyTagClassName
{
color: #F4CBFD;
}
</style>
background-color css
<style>
a { background-color: #F4CBFD; }
a { background-color: rgb(244,203,253); }
div.DivClassName
{
background-color: #F4CBFD;
}
.BgClassName
{
background-color: #F4CBFD;
}
</style>
border-color css
<style>
span { border-color: #F4CBFD; }
span { border-color: rgb(244,203,253); }
td.TdClassName
{
border-color: #F4CBFD;
}
.TagClassName
{
border-color: #F4CBFD;
}
</style>