#F1C7FD

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

Shades of Blue Chalk #F1C7FD

Tints of Blue Chalk #F1C7FD

Color information

#F1C7FD (or 0xF1C7FD) is unknown color: approx Blue Chalk. HEX triplet: F1, C7 and FD. RGB value is (241,199,253). Sum of RGB (Red+Green+Blue) = 241+199+253=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 199 (78.12% from 255 or 28.72% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1C7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7FD is #0E3802. Grayscale: #D9D9D9. Windows color (decimal): -931843 or 16631793. OLE color: 16631793.

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

Color convert

RGB241199253-
CMYK0.050.2100.01
HSL286.67º93.1%88.63%-
HSV(B)286.67º21.34%99.22%-
XYZ74.4366.64101.87-
YUV217.71147.91144.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 199 (78.12% from 255) = 28.72%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=34.78%
G=28.72%
B=36.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411992530.050.2100.01286.6793.188.63
HexF1C7FD5150111f5d59
Octal36130737552501437135131
Binary111100011100011111111101101101010110001111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7FD; }

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

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

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

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

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

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

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

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