Shades of Blue Chalk #F4CCFE
Tints of Blue Chalk #F4CCFE
RGB
CMYK
RGB Variations
Color information
#F4CCFE (or 0xF4CCFE) is known color: Blue Chalk. HEX triplet: F4, CC and FE. RGB value is (244,204,254). Sum of RGB (Red+Green+Blue) = 244+204+254=702 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.76% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4CCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CCFE is #0B3301. Grayscale: #DDDDDD. Windows color (decimal): -733954 or 16698612. OLE color: 16698612.
HSL color Cylindrical-coordinate representation of color #F4CCFE: hue angle of 288º 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 #F4CCFE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 204 | 254 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.00 |
| HSL | 288º | 0.96% | 0.9% | - |
| HSV(B) | 288º | 0.2% | 1% | - |
| XYZ | 76.79 | 69.57 | 103.15 | - |
| YUV | 221.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 254 | 0.04 | 0.20 | 0 | 0.00 | 288 | 0.96 | 0.9 |
| Hex | F4 | CC | FE | 4 | 14 | 0 | 0 | 120 | 60 | 5A |
| Octal | 364 | 314 | 376 | 4 | 24 | 0 | 0 | 440 | 140 | 132 |
| Binary | 11110100 | 11001100 | 11111110 | 100 | 10100 | 0 | 0 | 100100000 | 1100000 | 1011010 |
Color Harmonies of #F4CCFE
Complementary color
Monochromatic Colors of #F4CCFE
Black with #F4CCFE
Text Example
Text Example
White with #F4CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCFE; }
p { color: rgb(244,204,254); }
H1.HeaderClassName
{
color: #F4CCFE;
}
.AnyTagClassName
{
color: #F4CCFE;
}
</style>
background-color css
<style>
a { background-color: #F4CCFE; }
a { background-color: rgb(244,204,254); }
div.DivClassName
{
background-color: #F4CCFE;
}
.BgClassName
{
background-color: #F4CCFE;
}
</style>
border-color css
<style>
span { border-color: #F4CCFE; }
span { border-color: rgb(244,204,254); }
td.TdClassName
{
border-color: #F4CCFE;
}
.TagClassName
{
border-color: #F4CCFE;
}
</style>