Shades of Blue Chalk #F4D0FF
Tints of Blue Chalk #F4D0FF
RGB
CMYK
RGB Variations
Color information
#F4D0FF (or 0xF4D0FF) is known color: Blue Chalk. HEX triplet: F4, D0 and FF. RGB value is (244,208,255). Sum of RGB (Red+Green+Blue) = 244+208+255=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 208 (81.64% from 255 or 29.42% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4D0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D0FF is #0B2F00. Grayscale: #DFDFDF. Windows color (decimal): -732929 or 16765172. OLE color: 16765172.
HSL color Cylindrical-coordinate representation of color #F4D0FF: hue angle of 285.96º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4D0FF is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 208 | 255 | - |
| CMYK | 0.04 | 0.18 | 0 | 0 |
| HSL | 285.96º | 1% | 0.91% | - |
| HSV(B) | 285.96º | 0.18% | 1% | - |
| XYZ | 77.91 | 71.56 | 104.31 | - |
| YUV | 224.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 255 | 0.04 | 0.18 | 0 | 0 | 285.96 | 1 | 0.91 |
| Hex | F4 | D0 | FF | 4 | 12 | 0 | 0 | 11E | 64 | 5B |
| Octal | 364 | 320 | 377 | 4 | 22 | 0 | 0 | 436 | 144 | 133 |
| Binary | 11110100 | 11010000 | 11111111 | 100 | 10010 | 0 | 0 | 100011110 | 1100100 | 1011011 |
Color Harmonies of #F4D0FF
Complementary color
Monochromatic Colors of #F4D0FF
Black with #F4D0FF
Text Example
Text Example
White with #F4D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D0FF; }
p { color: rgb(244,208,255); }
H1.HeaderClassName
{
color: #F4D0FF;
}
.AnyTagClassName
{
color: #F4D0FF;
}
</style>
background-color css
<style>
a { background-color: #F4D0FF; }
a { background-color: rgb(244,208,255); }
div.DivClassName
{
background-color: #F4D0FF;
}
.BgClassName
{
background-color: #F4D0FF;
}
</style>
border-color css
<style>
span { border-color: #F4D0FF; }
span { border-color: rgb(244,208,255); }
td.TdClassName
{
border-color: #F4D0FF;
}
.TagClassName
{
border-color: #F4D0FF;
}
</style>