#F2D3F9

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

Shades of Blue Chalk #F2D3F9

Tints of Blue Chalk #F2D3F9

Color information

#F2D3F9 (or 0xF2D3F9) is unknown color: approx Blue Chalk. HEX triplet: F2, D3 and F9. RGB value is (242,211,249). Sum of RGB (Red+Green+Blue) = 242+211+249=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 211 (82.81% from 255 or 30.06% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2D3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D3F9 is #0D2C06. Grayscale: #E0E0E0. Windows color (decimal): -863239 or 16372722. OLE color: 16372722.

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

Color convert

RGB242211249-
CMYK0.030.1500.02
HSL288.95º76%90.2%-
HSV(B)288.95º15.26%97.65%-
XYZ77.0172.3199.52-
YUV224.6141.77140.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 211 (82.81% from 255) = 30.06%
BLUE value IS 249 (97.66% from 255) = 35.47%
R=34.47%
G=30.06%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422112490.030.1500.02288.957690.2
HexF2D3F93F021214c5a
Octal36232337131702441114132
Binary11110010110100111111100111111101010010000110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D3F9; }

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

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

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

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

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

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

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

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