Shades of Blue Chalk #F1CDFB
Tints of Blue Chalk #F1CDFB
RGB
CMYK
RGB Variations
Color information
#F1CDFB (or 0xF1CDFB) is known color: Blue Chalk. HEX triplet: F1, CD and FB. RGB value is (241,205,251). Sum of RGB (Red+Green+Blue) = 241+205+251=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CDFB is #0E3204. Grayscale: #DCDCDC. Windows color (decimal): -930309 or 16502257. OLE color: 16502257.
HSL color Cylindrical-coordinate representation of color #F1CDFB: hue angle of 286.96º 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 #F1CDFB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 205 | 251 | - |
CMYK | 0.04 | 0.18 | 0 | 0.02 |
HSL | 286.96º | 0.85% | 0.89% | - |
HSV(B) | 286.96º | 0.18% | 0.98% | - |
XYZ | 75.52 | 69.33 | 100.67 | - |
YUV | 221.01 | 144.93 | 142.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 205 | 251 | 0.04 | 0.18 | 0 | 0.02 | 286.96 | 0.85 | 0.89 |
Hex | F1 | CD | FB | 4 | 12 | 0 | 2 | 11F | 55 | 59 |
Octal | 361 | 315 | 373 | 4 | 22 | 0 | 2 | 437 | 125 | 131 |
Binary | 11110001 | 11001101 | 11111011 | 100 | 10010 | 0 | 10 | 100011111 | 1010101 | 1011001 |
Color Harmonies of #F1CDFB
Complementary color
Monochromatic Colors of #F1CDFB
Black with #F1CDFB
Text Example
Text Example
White with #F1CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CDFB; }
p { color: rgb(241,205,251); }
H1.HeaderClassName
{
color: #F1CDFB;
}
.AnyTagClassName
{
color: #F1CDFB;
}
</style>
background-color css
<style>
a { background-color: #F1CDFB; }
a { background-color: rgb(241,205,251); }
div.DivClassName
{
background-color: #F1CDFB;
}
.BgClassName
{
background-color: #F1CDFB;
}
</style>
border-color css
<style>
span { border-color: #F1CDFB; }
span { border-color: rgb(241,205,251); }
td.TdClassName
{
border-color: #F1CDFB;
}
.TagClassName
{
border-color: #F1CDFB;
}
</style>