#F5D9FE

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

Shades of Blue Chalk #F5D9FE

Tints of Blue Chalk #F5D9FE

Color information

#F5D9FE (or 0xF5D9FE) is unknown color: approx Blue Chalk. HEX triplet: F5, D9 and FE. RGB value is (245,217,254). Sum of RGB (Red+Green+Blue) = 245+217+254=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 217 (85.16% from 255 or 30.31% 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 #F5D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D9FE is #0A2601. Grayscale: #E5E5E5. Windows color (decimal): -665090 or 16701941. OLE color: 16701941.

HSL color Cylindrical-coordinate representation of color #F5D9FE: hue angle of 285.41º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D9FE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245217254-
CMYK0.040.1500.00
HSL285.41º94.87%92.35%-
HSV(B)285.41º14.57%99.61%-
XYZ80.3676.19104.24-
YUV229.59141.78138.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.22%
GREEN value IS 217 (85.16% from 255) = 30.31%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=34.22%
G=30.31%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452172540.040.1500.00285.4194.8792.35
HexF5D9FE4F0011d5f5c
Octal36533137641700435137134
Binary11110101110110011111111010011110010001110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D9FE; }

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

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

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

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

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

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

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

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