#F5DAFE

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

Shades of Blue Chalk #F5DAFE

Tints of Blue Chalk #F5DAFE

Color information

#F5DAFE (or 0xF5DAFE) is unknown color: approx Blue Chalk. HEX triplet: F5, DA and FE. RGB value is (245,218,254). Sum of RGB (Red+Green+Blue) = 245+218+254=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAFE is #0A2501. Grayscale: #E6E6E6. Windows color (decimal): -664834 or 16702197. OLE color: 16702197.

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

Color convert

RGB245218254-
CMYK0.040.1400.00
HSL285º94.74%92.55%-
HSV(B)285º14.17%99.61%-
XYZ80.6276.71104.32-
YUV230.18141.45138.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.17%
GREEN value IS 218 (85.55% from 255) = 30.40%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=34.17%
G=30.40%
B=35.43%

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
Decimal2452182540.040.1400.0028594.7492.55
HexF5DAFE4E0011d5f5d
Octal36533237641600435137135
Binary11110101110110101111111010011100010001110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DAFE; }

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

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

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

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

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

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

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

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