#F4DAFE

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

Shades of Blue Chalk #F4DAFE

Tints of Blue Chalk #F4DAFE

Color information

#F4DAFE (or 0xF4DAFE) is unknown color: approx Blue Chalk. HEX triplet: F4, DA and FE. RGB value is (244,218,254). Sum of RGB (Red+Green+Blue) = 244+218+254=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DAFE is #0B2501. Grayscale: #E5E5E5. Windows color (decimal): -730370 or 16702196. OLE color: 16702196.

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

Color convert

RGB244218254-
CMYK0.040.1400.00
HSL283.33º94.74%92.55%-
HSV(B)283.33º14.17%99.61%-
XYZ80.2776.53104.31-
YUV229.88141.61138.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.08%
GREEN value IS 218 (85.55% from 255) = 30.45%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=34.08%
G=30.45%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442182540.040.1400.00283.3394.7492.55
HexF4DAFE4E0011b5f5d
Octal36433237641600433137135
Binary11110100110110101111111010011100010001101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DAFE; }

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

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

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

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

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

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

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

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