#F2D7FE

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

Shades of Blue Chalk #F2D7FE

Tints of Blue Chalk #F2D7FE

Color information

#F2D7FE (or 0xF2D7FE) is unknown color: approx Blue Chalk. HEX triplet: F2, D7 and FE. RGB value is (242,215,254). Sum of RGB (Red+Green+Blue) = 242+215+254=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 215 (84.38% from 255 or 30.24% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D7FE is #0D2801. Grayscale: #E3E3E3. Windows color (decimal): -862210 or 16701426. OLE color: 16701426.

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

Color convert

RGB242215254-
CMYK0.050.1500.00
HSL281.54º95.12%91.96%-
HSV(B)281.54º15.35%99.61%-
XYZ78.8174.63104.02-
YUV227.52142.95138.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.04%
GREEN value IS 215 (84.38% from 255) = 30.24%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=34.04%
G=30.24%
B=35.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422152540.050.1500.00281.5495.1291.96
HexF2D7FE5F0011a5f5c
Octal36232737651700432137134
Binary11110010110101111111111010111110010001101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D7FE; }

 p { color: rgb(242,215,254); }

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

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

 a { background-color: rgb(242,215,254); }

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

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

 span { border-color: rgb(242,215,254); }

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