#F2D9FD

Color #F2D9FD Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #F2D9FD

Tints of Blue Chalk #F2D9FD

Color information

#F2D9FD (or 0xF2D9FD) is unknown color: approx 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

RGB242217253-
CMYK0.040.1400.01
HSL281.67º90%92.16%-
HSV(B)281.67º14.23%99.22%-
XYZ79.1675.59103.35-
YUV228.58141.78137.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 217 (85.16% from 255) = 30.48%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=33.99%
G=30.48%
B=35.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422172530.040.1400.01281.679092.16
HexF2D9FD4E0111a5a5c
Octal36233137541601432132134
Binary11110010110110011111110110011100110001101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>