Shades of Blue Chalk #F4D5FC
Tints of Blue Chalk #F4D5FC
RGB
CMYK
RGB Variations
Color information
#F4D5FC (or 0xF4D5FC) is known color: Blue Chalk. HEX triplet: F4, D5 and FC. RGB value is (244,213,252). Sum of RGB (Red+Green+Blue) = 244+213+252=709 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.41% from 709); Green value is 213 (83.59% from 255 or 30.04% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4D5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D5FC is #0B2A03. Grayscale: #E2E2E2. Windows color (decimal): -731652 or 16569844. OLE color: 16569844.
HSL color Cylindrical-coordinate representation of color #F4D5FC: hue angle of 287.69º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D5FC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 244 | 213 | 252 | - |
CMYK | 0.03 | 0.15 | 0 | 0.01 |
HSL | 287.69º | 0.87% | 0.91% | - |
HSV(B) | 287.69º | 0.15% | 0.99% | - |
XYZ | 78.67 | 73.85 | 102.2 | - |
YUV | 226.72 | 142.27 | 140.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 213 | 252 | 0.03 | 0.15 | 0 | 0.01 | 287.69 | 0.87 | 0.91 |
Hex | F4 | D5 | FC | 3 | F | 0 | 1 | 120 | 57 | 5B |
Octal | 364 | 325 | 374 | 3 | 17 | 0 | 1 | 440 | 127 | 133 |
Binary | 11110100 | 11010101 | 11111100 | 11 | 1111 | 0 | 1 | 100100000 | 1010111 | 1011011 |
Color Harmonies of #F4D5FC
Complementary color
Monochromatic Colors of #F4D5FC
Black with #F4D5FC
Text Example
Text Example
White with #F4D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D5FC; }
p { color: rgb(244,213,252); }
H1.HeaderClassName
{
color: #F4D5FC;
}
.AnyTagClassName
{
color: #F4D5FC;
}
</style>
background-color css
<style>
a { background-color: #F4D5FC; }
a { background-color: rgb(244,213,252); }
div.DivClassName
{
background-color: #F4D5FC;
}
.BgClassName
{
background-color: #F4D5FC;
}
</style>
border-color css
<style>
span { border-color: #F4D5FC; }
span { border-color: rgb(244,213,252); }
td.TdClassName
{
border-color: #F4D5FC;
}
.TagClassName
{
border-color: #F4D5FC;
}
</style>