#F2DAFC

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

Shades of Blue Chalk #F2DAFC

Tints of Blue Chalk #F2DAFC

Color information

#F2DAFC (or 0xF2DAFC) is unknown color: approx Blue Chalk. HEX triplet: F2, DA and FC. RGB value is (242,218,252). Sum of RGB (Red+Green+Blue) = 242+218+252=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFC is #0D2503. Grayscale: #E4E4E4. Windows color (decimal): -861444 or 16571122. OLE color: 16571122.

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

Color convert

RGB242218252-
CMYK0.040.1300.01
HSL282.35º85%92.16%-
HSV(B)282.35º13.49%98.82%-
XYZ79.2676.05102.6-
YUV229.05140.95137.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 218 (85.55% from 255) = 30.62%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=33.99%
G=30.62%
B=35.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422182520.040.1300.01282.358592.16
HexF2DAFC4D0111a555c
Octal36233237441501432125134
Binary11110010110110101111110010011010110001101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAFC; }

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

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

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

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

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

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

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

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