#F1C6FE

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

Shades of Blue Chalk #F1C6FE

Tints of Blue Chalk #F1C6FE

Color information

#F1C6FE (or 0xF1C6FE) is unknown color: approx Blue Chalk. HEX triplet: F1, C6 and FE. RGB value is (241,198,254). Sum of RGB (Red+Green+Blue) = 241+198+254=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 198 (77.73% from 255 or 28.57% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6FE is #0E3901. Grayscale: #D9D9D9. Windows color (decimal): -932098 or 16697073. OLE color: 16697073.

HSL color Cylindrical-coordinate representation of color #F1C6FE: hue angle of 286.07º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C6FE is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241198254-
CMYK0.050.2200.00
HSL286.07º96.55%88.63%-
HSV(B)286.07º22.05%99.61%-
XYZ74.3666.24102.63-
YUV217.24148.75144.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 198 (77.73% from 255) = 28.57%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=34.78%
G=28.57%
B=36.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411982540.050.2200.00286.0796.5588.63
HexF1C6FE5160011e6159
Octal36130637652600436141131
Binary111100011100011011111110101101100010001111011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6FE; }

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

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

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

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

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

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

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

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