#F2DAFE

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

Shades of Blue Chalk #F2DAFE

Tints of Blue Chalk #F2DAFE

Color information

#F2DAFE (or 0xF2DAFE) is unknown color: approx Blue Chalk. HEX triplet: F2, DA and FE. RGB value is (242,218,254). Sum of RGB (Red+Green+Blue) = 242+218+254=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFE is #0D2501. Grayscale: #E5E5E5. Windows color (decimal): -861442 or 16702194. OLE color: 16702194.

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

Color convert

RGB242218254-
CMYK0.050.1400.00
HSL280º94.74%92.55%-
HSV(B)280º14.17%99.61%-
XYZ79.5876.18104.28-
YUV229.28141.95137.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.89%
GREEN value IS 218 (85.55% from 255) = 30.53%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=33.89%
G=30.53%
B=35.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422182540.050.1400.0028094.7492.55
HexF2DAFE5E001185f5d
Octal36233237651600430137135
Binary11110010110110101111111010111100010001100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAFE; }

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

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

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

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

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

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

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

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