#F4D7FE

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

Shades of Blue Chalk #F4D7FE

Tints of Blue Chalk #F4D7FE

Color information

#F4D7FE (or 0xF4D7FE) is unknown color: approx Blue Chalk. HEX triplet: F4, D7 and FE. RGB value is (244,215,254). Sum of RGB (Red+Green+Blue) = 244+215+254=713 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.22% from 713); Green value is 215 (84.38% from 255 or 30.15% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D7FE is #0B2801. Grayscale: #E3E3E3. Windows color (decimal): -731138 or 16701428. OLE color: 16701428.

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

Color convert

RGB244215254-
CMYK0.040.1500.00
HSL284.62º95.12%91.96%-
HSV(B)284.62º15.35%99.61%-
XYZ79.574.99104.05-
YUV228.12142.61139.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.22%
GREEN value IS 215 (84.38% from 255) = 30.15%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=34.22%
G=30.15%
B=35.62%

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
Decimal2442152540.040.1500.00284.6295.1291.96
HexF4D7FE4F0011d5f5c
Octal36432737641700435137134
Binary11110100110101111111111010011110010001110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D7FE; }

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

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

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

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

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

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

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

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