Shades of Blue Chalk #F3DAFE
Tints of Blue Chalk #F3DAFE
RGB
CMYK
RGB Variations
Color information
#F3DAFE (or 0xF3DAFE) is known color: Blue Chalk. HEX triplet: F3, DA and FE. RGB value is (243,218,254). Sum of RGB (Red+Green+Blue) = 243+218+254=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 218 (85.55% from 255 or 30.49% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAFE is #0C2501. Grayscale: #E5E5E5. Windows color (decimal): -795906 or 16702195. OLE color: 16702195.
HSL color Cylindrical-coordinate representation of color #F3DAFE: hue angle of 281.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3DAFE is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 218 | 254 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.00 |
| HSL | 281.67º | 0.95% | 0.93% | - |
| HSV(B) | 281.67º | 0.14% | 1% | - |
| XYZ | 79.92 | 76.35 | 104.29 | - |
| YUV | 229.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 254 | 0.04 | 0.14 | 0 | 0.00 | 281.67 | 0.95 | 0.93 |
| Hex | F3 | DA | FE | 4 | E | 0 | 0 | 11A | 5F | 5D |
| Octal | 363 | 332 | 376 | 4 | 16 | 0 | 0 | 432 | 137 | 135 |
| Binary | 11110011 | 11011010 | 11111110 | 100 | 1110 | 0 | 0 | 100011010 | 1011111 | 1011101 |
Color Harmonies of #F3DAFE
Complementary color
Monochromatic Colors of #F3DAFE
Black with #F3DAFE
Text Example
Text Example
White with #F3DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAFE; }
p { color: rgb(243,218,254); }
H1.HeaderClassName
{
color: #F3DAFE;
}
.AnyTagClassName
{
color: #F3DAFE;
}
</style>
background-color css
<style>
a { background-color: #F3DAFE; }
a { background-color: rgb(243,218,254); }
div.DivClassName
{
background-color: #F3DAFE;
}
.BgClassName
{
background-color: #F3DAFE;
}
</style>
border-color css
<style>
span { border-color: #F3DAFE; }
span { border-color: rgb(243,218,254); }
td.TdClassName
{
border-color: #F3DAFE;
}
.TagClassName
{
border-color: #F3DAFE;
}
</style>