#F5DBFE

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

Shades of Blue Chalk #F5DBFE

Tints of Blue Chalk #F5DBFE

Color information

#F5DBFE (or 0xF5DBFE) is unknown color: approx Blue Chalk. HEX triplet: F5, DB and FE. RGB value is (245,219,254). Sum of RGB (Red+Green+Blue) = 245+219+254=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBFE is #0A2401. Grayscale: #E6E6E6. Windows color (decimal): -664578 or 16702453. OLE color: 16702453.

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

Color convert

RGB245219254-
CMYK0.040.1400.00
HSL284.57º94.59%92.75%-
HSV(B)284.57º13.78%99.61%-
XYZ80.8877.23104.41-
YUV230.76141.11138.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.12%
GREEN value IS 219 (85.94% from 255) = 30.50%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=34.12%
G=30.50%
B=35.38%

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
Decimal2452192540.040.1400.00284.5794.5992.75
HexF5DBFE4E0011d5f5d
Octal36533337641600435137135
Binary11110101110110111111111010011100010001110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DBFE; }

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

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

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

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

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

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

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

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