Shades of Blue Chalk #F3CEFD
Tints of Blue Chalk #F3CEFD
RGB
CMYK
RGB Variations
Color information
#F3CEFD (or 0xF3CEFD) is known color: Blue Chalk. HEX triplet: F3, CE and FD. RGB value is (243,206,253). Sum of RGB (Red+Green+Blue) = 243+206+253=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEFD is #0C3102. Grayscale: #DEDEDE. Windows color (decimal): -798979 or 16633587. OLE color: 16633587.
HSL color Cylindrical-coordinate representation of color #F3CEFD: hue angle of 287.23º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3CEFD is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 206 | 253 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.01 |
| HSL | 287.23º | 0.92% | 0.9% | - |
| HSV(B) | 287.23º | 0.19% | 0.99% | - |
| XYZ | 76.76 | 70.29 | 102.45 | - |
| YUV | 222.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 253 | 0.04 | 0.19 | 0 | 0.01 | 287.23 | 0.92 | 0.9 |
| Hex | F3 | CE | FD | 4 | 13 | 0 | 1 | 11F | 5C | 5A |
| Octal | 363 | 316 | 375 | 4 | 23 | 0 | 1 | 437 | 134 | 132 |
| Binary | 11110011 | 11001110 | 11111101 | 100 | 10011 | 0 | 1 | 100011111 | 1011100 | 1011010 |
Color Harmonies of #F3CEFD
Complementary color
Monochromatic Colors of #F3CEFD
Black with #F3CEFD
Text Example
Text Example
White with #F3CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEFD; }
p { color: rgb(243,206,253); }
H1.HeaderClassName
{
color: #F3CEFD;
}
.AnyTagClassName
{
color: #F3CEFD;
}
</style>
background-color css
<style>
a { background-color: #F3CEFD; }
a { background-color: rgb(243,206,253); }
div.DivClassName
{
background-color: #F3CEFD;
}
.BgClassName
{
background-color: #F3CEFD;
}
</style>
border-color css
<style>
span { border-color: #F3CEFD; }
span { border-color: rgb(243,206,253); }
td.TdClassName
{
border-color: #F3CEFD;
}
.TagClassName
{
border-color: #F3CEFD;
}
</style>