#F1C6FD

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

Shades of Blue Chalk #F1C6FD

Tints of Blue Chalk #F1C6FD

Color information

#F1C6FD (or 0xF1C6FD) is unknown color: approx Blue Chalk. HEX triplet: F1, C6 and FD. RGB value is (241,198,253). Sum of RGB (Red+Green+Blue) = 241+198+253=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 198 (77.73% from 255 or 28.61% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1C6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6FD is #0E3902. Grayscale: #D8D8D8. Windows color (decimal): -932099 or 16631537. OLE color: 16631537.

HSL color Cylindrical-coordinate representation of color #F1C6FD: hue angle of 286.91º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C6FD is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241198253-
CMYK0.050.2200.01
HSL286.91º93.22%88.43%-
HSV(B)286.91º21.74%99.22%-
XYZ74.266.18101.79-
YUV217.13148.25145.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 198 (77.73% from 255) = 28.61%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=34.83%
G=28.61%
B=36.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411982530.050.2200.01286.9193.2288.43
HexF1C6FD5160111f5d58
Octal36130637552601437135130
Binary111100011100011011111101101101100110001111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6FD; }

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

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

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

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

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

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

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

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