#F1DAF9

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

Shades of Blue Chalk #F1DAF9

Tints of Blue Chalk #F1DAF9

Color information

#F1DAF9 (or 0xF1DAF9) is unknown color: approx Blue Chalk. HEX triplet: F1, DA and F9. RGB value is (241,218,249). Sum of RGB (Red+Green+Blue) = 241+218+249=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAF9 is #0E2506. Grayscale: #E4E4E4. Windows color (decimal): -926983 or 16374513. OLE color: 16374513.

HSL color Cylindrical-coordinate representation of color #F1DAF9: hue angle of 284.52º 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 #F1DAF9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241218249-
CMYK0.030.1200.02
HSL284.52º72.09%91.57%-
HSV(B)284.52º12.45%97.65%-
XYZ78.4575.68100.1-
YUV228.41139.62136.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.04%
GREEN value IS 218 (85.55% from 255) = 30.79%
BLUE value IS 249 (97.66% from 255) = 35.17%
R=34.04%
G=30.79%
B=35.17%

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
Decimal2412182490.030.1200.02284.5272.0991.57
HexF1DAF93C0211d485c
Octal36133237131402435110134
Binary11110001110110101111100111110001010001110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DAF9; }

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

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

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

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

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

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

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

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