#F1DAFC

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

Shades of Blue Chalk #F1DAFC

Tints of Blue Chalk #F1DAFC

Color information

#F1DAFC (or 0xF1DAFC) is unknown color: approx Blue Chalk. HEX triplet: F1, DA and FC. RGB value is (241,218,252). Sum of RGB (Red+Green+Blue) = 241+218+252=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAFC is #0E2503. Grayscale: #E4E4E4. Windows color (decimal): -926980 or 16571121. OLE color: 16571121.

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

Color convert

RGB241218252-
CMYK0.040.1300.01
HSL280.59º85%92.16%-
HSV(B)280.59º13.49%98.82%-
XYZ78.9275.87102.58-
YUV228.75141.12136.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 218 (85.55% from 255) = 30.66%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=33.90%
G=30.66%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412182520.040.1300.01280.598592.16
HexF1DAFC4D01119555c
Octal36133237441501431125134
Binary11110001110110101111110010011010110001100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DAFC; }

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

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

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

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

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

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

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

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