#F4D7FC

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

Shades of Blue Chalk #F4D7FC

Tints of Blue Chalk #F4D7FC

Color information

#F4D7FC (or 0xF4D7FC) is unknown color: approx Blue Chalk. HEX triplet: F4, D7 and FC. RGB value is (244,215,252). Sum of RGB (Red+Green+Blue) = 244+215+252=711 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.32% from 711); Green value is 215 (84.38% from 255 or 30.24% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4D7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D7FC is #0B2803. Grayscale: #E3E3E3. Windows color (decimal): -731140 or 16570356. OLE color: 16570356.

HSL color Cylindrical-coordinate representation of color #F4D7FC: hue angle of 287.03º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D7FC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244215252-
CMYK0.030.1500.01
HSL287.03º86.05%91.57%-
HSV(B)287.03º14.68%98.82%-
XYZ79.1874.86102.37-
YUV227.89141.61139.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.32%
GREEN value IS 215 (84.38% from 255) = 30.24%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=34.32%
G=30.24%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442152520.030.1500.01287.0386.0591.57
HexF4D7FC3F0111f565c
Octal36432737431701437126134
Binary1111010011010111111111001111110110001111110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D7FC; }

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

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

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

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

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

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

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

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