#F5D7FE

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

Shades of Blue Chalk #F5D7FE

Tints of Blue Chalk #F5D7FE

Color information

#F5D7FE (or 0xF5D7FE) is unknown color: approx Blue Chalk. HEX triplet: F5, D7 and FE. RGB value is (245,215,254). Sum of RGB (Red+Green+Blue) = 245+215+254=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 215 (84.38% from 255 or 30.11% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D7FE is #0A2801. Grayscale: #E4E4E4. Windows color (decimal): -665602 or 16701429. OLE color: 16701429.

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

Color convert

RGB245215254-
CMYK0.040.1500.00
HSL286.15º95.12%91.96%-
HSV(B)286.15º15.35%99.61%-
XYZ79.8575.17104.07-
YUV228.42142.44139.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.31%
GREEN value IS 215 (84.38% from 255) = 30.11%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=34.31%
G=30.11%
B=35.57%

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
Decimal2452152540.040.1500.00286.1595.1291.96
HexF5D7FE4F0011e5f5c
Octal36532737641700436137134
Binary11110101110101111111111010011110010001111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D7FE; }

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

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

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

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

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

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

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

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