#F2DAF9

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

Shades of Blue Chalk #F2DAF9

Tints of Blue Chalk #F2DAF9

Color information

#F2DAF9 (or 0xF2DAF9) is unknown color: approx Blue Chalk. HEX triplet: F2, DA and F9. RGB value is (242,218,249). Sum of RGB (Red+Green+Blue) = 242+218+249=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAF9 is #0D2506. Grayscale: #E4E4E4. Windows color (decimal): -861447 or 16374514. OLE color: 16374514.

HSL color Cylindrical-coordinate representation of color #F2DAF9: hue angle of 286.45º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DAF9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242218249-
CMYK0.030.1200.02
HSL286.45º72.09%91.57%-
HSV(B)286.45º12.45%97.65%-
XYZ78.7975.86100.11-
YUV228.71139.45137.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.13%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 249 (97.66% from 255) = 35.12%
R=34.13%
G=30.75%
B=35.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422182490.030.1200.02286.4572.0991.57
HexF2DAF93C0211e485c
Octal36233237131402436110134
Binary11110010110110101111100111110001010001111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAF9; }

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

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

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

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

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

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

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

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