#F1DAFA

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

Shades of Blue Chalk #F1DAFA

Tints of Blue Chalk #F1DAFA

Color information

#F1DAFA (or 0xF1DAFA) is unknown color: approx Blue Chalk. HEX triplet: F1, DA and FA. RGB value is (241,218,250). Sum of RGB (Red+Green+Blue) = 241+218+250=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAFA is #0E2505. Grayscale: #E4E4E4. Windows color (decimal): -926982 or 16440049. OLE color: 16440049.

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

Color convert

RGB241218250-
CMYK0.040.1300.02
HSL283.12º76.19%91.76%-
HSV(B)283.12º12.8%98.04%-
XYZ78.675.75100.92-
YUV228.52140.12136.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.99%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=33.99%
G=30.75%
B=35.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412182500.040.1300.02283.1276.1991.76
HexF1DAFA4D0211b4c5c
Octal36133237241502433114134
Binary111100011101101011111010100110101010001101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DAFA; }

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

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

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

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

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

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

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

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