#F1D6FD

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

Shades of Blue Chalk #F1D6FD

Tints of Blue Chalk #F1D6FD

Color information

#F1D6FD (or 0xF1D6FD) is unknown color: approx Blue Chalk. HEX triplet: F1, D6 and FD. RGB value is (241,214,253). Sum of RGB (Red+Green+Blue) = 241+214+253=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 214 (83.98% from 255 or 30.23% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6FD is #0E2902. Grayscale: #E2E2E2. Windows color (decimal): -928003 or 16635633. OLE color: 16635633.

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

Color convert

RGB241214253-
CMYK0.050.1500.01
HSL281.54º90.7%91.57%-
HSV(B)281.54º15.42%99.22%-
XYZ78.0573.89103.08-
YUV226.52142.95138.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.04%
GREEN value IS 214 (83.98% from 255) = 30.23%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=34.04%
G=30.23%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412142530.050.1500.01281.5490.791.57
HexF1D6FD5F0111a5b5c
Octal36132637551701432133134
Binary11110001110101101111110110111110110001101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6FD; }

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

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

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

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

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

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

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

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