#F4D6FD

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

Shades of Blue Chalk #F4D6FD

Tints of Blue Chalk #F4D6FD

Color information

#F4D6FD (or 0xF4D6FD) is unknown color: approx Blue Chalk. HEX triplet: F4, D6 and FD. RGB value is (244,214,253). Sum of RGB (Red+Green+Blue) = 244+214+253=711 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.32% from 711); Green value is 214 (83.98% from 255 or 30.10% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4D6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D6FD is #0B2902. Grayscale: #E3E3E3. Windows color (decimal): -731395 or 16635636. OLE color: 16635636.

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

Color convert

RGB244214253-
CMYK0.040.1500.01
HSL286.15º90.7%91.57%-
HSV(B)286.15º15.42%99.22%-
XYZ79.0874.42103.12-
YUV227.42142.44139.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.32%
GREEN value IS 214 (83.98% from 255) = 30.10%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=34.32%
G=30.10%
B=35.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442142530.040.1500.01286.1590.791.57
HexF4D6FD4F0111e5b5c
Octal36432637541701436133134
Binary11110100110101101111110110011110110001111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D6FD; }

 p { color: rgb(244,214,253); }

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

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

 a { background-color: rgb(244,214,253); }

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

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

 span { border-color: rgb(244,214,253); }

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