Shades of Blue Chalk #F3CAFB
Tints of Blue Chalk #F3CAFB
RGB
CMYK
RGB Variations
Color information
#F3CAFB (or 0xF3CAFB) is known color: Blue Chalk. HEX triplet: F3, CA and FB. RGB value is (243,202,251). Sum of RGB (Red+Green+Blue) = 243+202+251=696 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.91% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAFB is #0C3504. Grayscale: #DBDBDB. Windows color (decimal): -800005 or 16501491. OLE color: 16501491.
HSL color Cylindrical-coordinate representation of color #F3CAFB: hue angle of 290.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3CAFB is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 202 | 251 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.02 |
| HSL | 290.2º | 0.86% | 0.89% | - |
| HSV(B) | 290.2º | 0.2% | 0.98% | - |
| XYZ | 75.5 | 68.26 | 100.46 | - |
| YUV | 219.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 251 | 0.03 | 0.20 | 0 | 0.02 | 290.2 | 0.86 | 0.89 |
| Hex | F3 | CA | FB | 3 | 14 | 0 | 2 | 122 | 56 | 59 |
| Octal | 363 | 312 | 373 | 3 | 24 | 0 | 2 | 442 | 126 | 131 |
| Binary | 11110011 | 11001010 | 11111011 | 11 | 10100 | 0 | 10 | 100100010 | 1010110 | 1011001 |
Color Harmonies of #F3CAFB
Complementary color
Monochromatic Colors of #F3CAFB
Black with #F3CAFB
Text Example
Text Example
White with #F3CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAFB; }
p { color: rgb(243,202,251); }
H1.HeaderClassName
{
color: #F3CAFB;
}
.AnyTagClassName
{
color: #F3CAFB;
}
</style>
background-color css
<style>
a { background-color: #F3CAFB; }
a { background-color: rgb(243,202,251); }
div.DivClassName
{
background-color: #F3CAFB;
}
.BgClassName
{
background-color: #F3CAFB;
}
</style>
border-color css
<style>
span { border-color: #F3CAFB; }
span { border-color: rgb(243,202,251); }
td.TdClassName
{
border-color: #F3CAFB;
}
.TagClassName
{
border-color: #F3CAFB;
}
</style>