Shades of Blue Chalk #F3CDFB
Tints of Blue Chalk #F3CDFB
RGB
CMYK
RGB Variations
Color information
#F3CDFB (or 0xF3CDFB) is known color: Blue Chalk. HEX triplet: F3, CD and FB. RGB value is (243,205,251). Sum of RGB (Red+Green+Blue) = 243+205+251=699 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.76% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDFB is #0C3204. Grayscale: #DDDDDD. Windows color (decimal): -799237 or 16502259. OLE color: 16502259.
HSL color Cylindrical-coordinate representation of color #F3CDFB: hue angle of 289.57º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3CDFB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 243 | 205 | 251 | - |
CMYK | 0.03 | 0.18 | 0 | 0.02 |
HSL | 289.57º | 0.85% | 0.89% | - |
HSV(B) | 289.57º | 0.18% | 0.98% | - |
XYZ | 76.21 | 69.68 | 100.7 | - |
YUV | 221.61 | 144.59 | 143.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 205 | 251 | 0.03 | 0.18 | 0 | 0.02 | 289.57 | 0.85 | 0.89 |
Hex | F3 | CD | FB | 3 | 12 | 0 | 2 | 122 | 55 | 59 |
Octal | 363 | 315 | 373 | 3 | 22 | 0 | 2 | 442 | 125 | 131 |
Binary | 11110011 | 11001101 | 11111011 | 11 | 10010 | 0 | 10 | 100100010 | 1010101 | 1011001 |
Color Harmonies of #F3CDFB
Complementary color
Monochromatic Colors of #F3CDFB
Black with #F3CDFB
Text Example
Text Example
White with #F3CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDFB; }
p { color: rgb(243,205,251); }
H1.HeaderClassName
{
color: #F3CDFB;
}
.AnyTagClassName
{
color: #F3CDFB;
}
</style>
background-color css
<style>
a { background-color: #F3CDFB; }
a { background-color: rgb(243,205,251); }
div.DivClassName
{
background-color: #F3CDFB;
}
.BgClassName
{
background-color: #F3CDFB;
}
</style>
border-color css
<style>
span { border-color: #F3CDFB; }
span { border-color: rgb(243,205,251); }
td.TdClassName
{
border-color: #F3CDFB;
}
.TagClassName
{
border-color: #F3CDFB;
}
</style>