#F2D9FF

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

Shades of Blue Chalk #F2D9FF

Tints of Blue Chalk #F2D9FF

Color information

#F2D9FF (or 0xF2D9FF) is unknown color: approx Blue Chalk. HEX triplet: F2, D9 and FF. RGB value is (242,217,255). Sum of RGB (Red+Green+Blue) = 242+217+255=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9FF is #0D2600. Grayscale: #E4E4E4. Windows color (decimal): -861697 or 16767474. OLE color: 16767474.

HSL color Cylindrical-coordinate representation of color #F2D9FF: hue angle of 279.47º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2D9FF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242217255-
CMYK0.050.1500
HSL279.47º100%92.55%-
HSV(B)279.47º14.9%100%-
XYZ79.4875.72105.03-
YUV228.81142.78137.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.89%
GREEN value IS 217 (85.16% from 255) = 30.39%
BLUE value IS 255 (100% from 255) = 35.71%
R=33.89%
G=30.39%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422172550.050.1500279.4710092.55
HexF2D9FF5F00117645d
Octal36233137751700427144135
Binary11110010110110011111111110111110010001011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D9FF; }

 p { color: rgb(242,217,255); }

 H1.HeaderClassName
 {
   color: #F2D9FF;
 }
 .AnyTagClassName
 {
   color: #F2D9FF;
 }
</style>
background-color css

<style>
 a { background-color: #F2D9FF; }

 a { background-color: rgb(242,217,255); }

 div.DivClassName
 {
   background-color: #F2D9FF;
 }
 .BgClassName
 {
   background-color: #F2D9FF;
 }
</style>
border-color css

<style>
 span { border-color: #F2D9FF; }

 span { border-color: rgb(242,217,255); }

 td.TdClassName
 {
   border-color: #F2D9FF;
 }
 .TagClassName
 {
   border-color: #F2D9FF;
 }
</style>