Shades of Blue Chalk #F3C5FD
Tints of Blue Chalk #F3C5FD
RGB
CMYK
RGB Variations
Color information
#F3C5FD (or 0xF3C5FD) is known color: Blue Chalk. HEX triplet: F3, C5 and FD. RGB value is (243,197,253). Sum of RGB (Red+Green+Blue) = 243+197+253=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 197 (77.34% from 255 or 28.43% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3C5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C5FD is #0C3A02. Grayscale: #D8D8D8. Windows color (decimal): -801283 or 16631283. OLE color: 16631283.
HSL color Cylindrical-coordinate representation of color #F3C5FD: hue angle of 289.29º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C5FD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 243 | 197 | 253 | - |
CMYK | 0.04 | 0.22 | 0 | 0.01 |
HSL | 289.29º | 0.93% | 0.88% | - |
HSV(B) | 289.29º | 0.22% | 0.99% | - |
XYZ | 74.66 | 66.08 | 101.75 | - |
YUV | 217.14 | 148.24 | 146.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 197 | 253 | 0.04 | 0.22 | 0 | 0.01 | 289.29 | 0.93 | 0.88 |
Hex | F3 | C5 | FD | 4 | 16 | 0 | 1 | 121 | 5D | 58 |
Octal | 363 | 305 | 375 | 4 | 26 | 0 | 1 | 441 | 135 | 130 |
Binary | 11110011 | 11000101 | 11111101 | 100 | 10110 | 0 | 1 | 100100001 | 1011101 | 1011000 |
Color Harmonies of #F3C5FD
Complementary color
Monochromatic Colors of #F3C5FD
Black with #F3C5FD
Text Example
Text Example
White with #F3C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C5FD; }
p { color: rgb(243,197,253); }
H1.HeaderClassName
{
color: #F3C5FD;
}
.AnyTagClassName
{
color: #F3C5FD;
}
</style>
background-color css
<style>
a { background-color: #F3C5FD; }
a { background-color: rgb(243,197,253); }
div.DivClassName
{
background-color: #F3C5FD;
}
.BgClassName
{
background-color: #F3C5FD;
}
</style>
border-color css
<style>
span { border-color: #F3C5FD; }
span { border-color: rgb(243,197,253); }
td.TdClassName
{
border-color: #F3C5FD;
}
.TagClassName
{
border-color: #F3C5FD;
}
</style>