#F1DAFE

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

Shades of Blue Chalk #F1DAFE

Tints of Blue Chalk #F1DAFE

Color information

#F1DAFE (or 0xF1DAFE) is unknown color: approx Blue Chalk. HEX triplet: F1, DA and FE. RGB value is (241,218,254). Sum of RGB (Red+Green+Blue) = 241+218+254=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAFE is #0E2501. Grayscale: #E4E4E4. Windows color (decimal): -926978 or 16702193. OLE color: 16702193.

HSL color Cylindrical-coordinate representation of color #F1DAFE: hue angle of 278.33º 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 #F1DAFE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241218254-
CMYK0.050.1400.00
HSL278.33º94.74%92.55%-
HSV(B)278.33º14.17%99.61%-
XYZ79.2476104.26-
YUV228.98142.12136.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.80%
GREEN value IS 218 (85.55% from 255) = 30.58%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=33.80%
G=30.58%
B=35.62%

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
Decimal2412182540.050.1400.00278.3394.7492.55
HexF1DAFE5E001165f5d
Octal36133237651600426137135
Binary11110001110110101111111010111100010001011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DAFE; }

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

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

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

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

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

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

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

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