#F2DAFF

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

Shades of Blue Chalk #F2DAFF

Tints of Blue Chalk #F2DAFF

Color information

#F2DAFF (or 0xF2DAFF) is unknown color: approx Blue Chalk. HEX triplet: F2, DA and FF. RGB value is (242,218,255). Sum of RGB (Red+Green+Blue) = 242+218+255=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 218 (85.55% from 255 or 30.49% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFF is #0D2500. Grayscale: #E5E5E5. Windows color (decimal): -861441 or 16767730. OLE color: 16767730.

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

Color convert

RGB242218255-
CMYK0.050.1500
HSL278.92º100%92.75%-
HSV(B)278.92º14.51%100%-
XYZ79.7476.24105.12-
YUV229.39142.45136.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.85%
GREEN value IS 218 (85.55% from 255) = 30.49%
BLUE value IS 255 (100% from 255) = 35.66%
R=33.85%
G=30.49%
B=35.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422182550.050.1500278.9210092.75
HexF2DAFF5F00117645d
Octal36233237751700427144135
Binary11110010110110101111111110111110010001011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAFF; }

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

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

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

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

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

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

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

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