#F1C7FA

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

Shades of Blue Chalk #F1C7FA

Tints of Blue Chalk #F1C7FA

Color information

#F1C7FA (or 0xF1C7FA) is unknown color: approx Blue Chalk. HEX triplet: F1, C7 and FA. RGB value is (241,199,250). Sum of RGB (Red+Green+Blue) = 241+199+250=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1C7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7FA is #0E3805. Grayscale: #D9D9D9. Windows color (decimal): -931846 or 16435185. OLE color: 16435185.

HSL color Cylindrical-coordinate representation of color #F1C7FA: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C7FA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241199250-
CMYK0.040.2000.02
HSL289.41º83.61%88.04%-
HSV(B)289.41º20.4%98.04%-
XYZ73.9566.4599.37-
YUV217.37146.41144.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 199 (78.12% from 255) = 28.84%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=34.93%
G=28.84%
B=36.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411992500.040.2000.02289.4183.6188.04
HexF1C7FA414021215458
Octal36130737242402441124130
Binary1111000111000111111110101001010001010010000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7FA; }

 p { color: rgb(241,199,250); }

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

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

 a { background-color: rgb(241,199,250); }

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

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

 span { border-color: rgb(241,199,250); }

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