#F2D3FF

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

Shades of Blue Chalk #F2D3FF

Tints of Blue Chalk #F2D3FF

Color information

#F2D3FF (or 0xF2D3FF) is unknown color: approx Blue Chalk. HEX triplet: F2, D3 and FF. RGB value is (242,211,255). Sum of RGB (Red+Green+Blue) = 242+211+255=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 211 (82.81% from 255 or 29.80% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D3FF is #0D2C00. Grayscale: #E1E1E1. Windows color (decimal): -863233 or 16765938. OLE color: 16765938.

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

Color convert

RGB242211255-
CMYK0.050.1700
HSL282.27º100%91.37%-
HSV(B)282.27º17.25%100%-
XYZ77.9672.69104.53-
YUV225.28144.77139.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.18%
GREEN value IS 211 (82.81% from 255) = 29.80%
BLUE value IS 255 (100% from 255) = 36.02%
R=34.18%
G=29.80%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422112550.050.1700282.2710091.37
HexF2D3FF5110011a645b
Octal36232337752100432144133
Binary111100101101001111111111101100010010001101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D3FF; }

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

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

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

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

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

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

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

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