#F2DAFD

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

Shades of Blue Chalk #F2DAFD

Tints of Blue Chalk #F2DAFD

Color information

#F2DAFD (or 0xF2DAFD) is unknown color: approx Blue Chalk. HEX triplet: F2, DA and FD. RGB value is (242,218,253). Sum of RGB (Red+Green+Blue) = 242+218+253=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFD is #0D2502. Grayscale: #E5E5E5. Windows color (decimal): -861443 or 16636658. OLE color: 16636658.

HSL color Cylindrical-coordinate representation of color #F2DAFD: hue angle of 281.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2DAFD is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242218253-
CMYK0.040.1400.01
HSL281.14º89.74%92.35%-
HSV(B)281.14º13.83%99.22%-
XYZ79.4276.11103.43-
YUV229.17141.45137.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.94%
GREEN value IS 218 (85.55% from 255) = 30.58%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=33.94%
G=30.58%
B=35.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422182530.040.1400.01281.1489.7492.35
HexF2DAFD4E011195a5c
Octal36233237541601431132134
Binary11110010110110101111110110011100110001100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAFD; }

 p { color: rgb(242,218,253); }

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

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

 a { background-color: rgb(242,218,253); }

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

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

 span { border-color: rgb(242,218,253); }

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