#F2D2F9

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

Shades of Blue Chalk #F2D2F9

Tints of Blue Chalk #F2D2F9

Color information

#F2D2F9 (or 0xF2D2F9) is unknown color: approx Blue Chalk. HEX triplet: F2, D2 and F9. RGB value is (242,210,249). Sum of RGB (Red+Green+Blue) = 242+210+249=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2D2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D2F9 is #0D2D06. Grayscale: #DFDFDF. Windows color (decimal): -863495 or 16372466. OLE color: 16372466.

HSL color Cylindrical-coordinate representation of color #F2D2F9: hue angle of 289.23º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2D2F9 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242210249-
CMYK0.030.1600.02
HSL289.23º76.47%90%-
HSV(B)289.23º15.66%97.65%-
XYZ76.7671.8199.44-
YUV224.01142.1140.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 210 (82.42% from 255) = 29.96%
BLUE value IS 249 (97.66% from 255) = 35.52%
R=34.52%
G=29.96%
B=35.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422102490.030.1600.02289.2376.4790
HexF2D2F9310021214c5a
Octal36232237132002441114132
Binary111100101101001011111001111000001010010000110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D2F9; }

 p { color: rgb(242,210,249); }

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

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

 a { background-color: rgb(242,210,249); }

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

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

 span { border-color: rgb(242,210,249); }

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