Shades of Blue Chalk #F3CDFF
Tints of Blue Chalk #F3CDFF
RGB
CMYK
RGB Variations
Color information
#F3CDFF (or 0xF3CDFF) is known color: Blue Chalk. HEX triplet: F3, CD and FF. RGB value is (243,205,255). Sum of RGB (Red+Green+Blue) = 243+205+255=703 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.57% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDFF is #0C3200. Grayscale: #DDDDDD. Windows color (decimal): -799233 or 16764403. OLE color: 16764403.
HSL color Cylindrical-coordinate representation of color #F3CDFF: hue angle of 285.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3CDFF is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 205 | 255 | - |
| CMYK | 0.05 | 0.20 | 0 | 0 |
| HSL | 285.6º | 1% | 0.9% | - |
| HSV(B) | 285.6º | 0.2% | 1% | - |
| XYZ | 76.84 | 69.94 | 104.06 | - |
| YUV | 222.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 255 | 0.05 | 0.20 | 0 | 0 | 285.6 | 1 | 0.9 |
| Hex | F3 | CD | FF | 5 | 14 | 0 | 0 | 11E | 64 | 5A |
| Octal | 363 | 315 | 377 | 5 | 24 | 0 | 0 | 436 | 144 | 132 |
| Binary | 11110011 | 11001101 | 11111111 | 101 | 10100 | 0 | 0 | 100011110 | 1100100 | 1011010 |
Color Harmonies of #F3CDFF
Complementary color
Monochromatic Colors of #F3CDFF
Black with #F3CDFF
Text Example
Text Example
White with #F3CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDFF; }
p { color: rgb(243,205,255); }
H1.HeaderClassName
{
color: #F3CDFF;
}
.AnyTagClassName
{
color: #F3CDFF;
}
</style>
background-color css
<style>
a { background-color: #F3CDFF; }
a { background-color: rgb(243,205,255); }
div.DivClassName
{
background-color: #F3CDFF;
}
.BgClassName
{
background-color: #F3CDFF;
}
</style>
border-color css
<style>
span { border-color: #F3CDFF; }
span { border-color: rgb(243,205,255); }
td.TdClassName
{
border-color: #F3CDFF;
}
.TagClassName
{
border-color: #F3CDFF;
}
</style>