Shades of Blue Chalk #F2D9FD
Tints of Blue Chalk #F2D9FD
RGB
CMYK
RGB Variations
Color information
#F2D9FD (or 0xF2D9FD) is known color: Blue Chalk. HEX triplet: F2, D9 and FD. RGB value is (242,217,253). Sum of RGB (Red+Green+Blue) = 242+217+253=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 217 (85.16% from 255 or 30.48% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2D9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9FD is #0D2602. Grayscale: #E4E4E4. Windows color (decimal): -861699 or 16636402. OLE color: 16636402.
HSL color Cylindrical-coordinate representation of color #F2D9FD: hue angle of 281.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D9FD is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 217 | 253 | - |
CMYK | 0.04 | 0.14 | 0 | 0.01 |
HSL | 281.67º | 0.9% | 0.92% | - |
HSV(B) | 281.67º | 0.14% | 0.99% | - |
XYZ | 79.16 | 75.59 | 103.35 | - |
YUV | 228.58 | 141.78 | 137.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 217 | 253 | 0.04 | 0.14 | 0 | 0.01 | 281.67 | 0.9 | 0.92 |
Hex | F2 | D9 | FD | 4 | E | 0 | 1 | 11A | 5A | 5C |
Octal | 362 | 331 | 375 | 4 | 16 | 0 | 1 | 432 | 132 | 134 |
Binary | 11110010 | 11011001 | 11111101 | 100 | 1110 | 0 | 1 | 100011010 | 1011010 | 1011100 |
Color Harmonies of #F2D9FD
Complementary color
Monochromatic Colors of #F2D9FD
Black with #F2D9FD
Text Example
Text Example
White with #F2D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9FD; }
p { color: rgb(242,217,253); }
H1.HeaderClassName
{
color: #F2D9FD;
}
.AnyTagClassName
{
color: #F2D9FD;
}
</style>
background-color css
<style>
a { background-color: #F2D9FD; }
a { background-color: rgb(242,217,253); }
div.DivClassName
{
background-color: #F2D9FD;
}
.BgClassName
{
background-color: #F2D9FD;
}
</style>
border-color css
<style>
span { border-color: #F2D9FD; }
span { border-color: rgb(242,217,253); }
td.TdClassName
{
border-color: #F2D9FD;
}
.TagClassName
{
border-color: #F2D9FD;
}
</style>