#F1D1FB

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

Shades of Blue Chalk #F1D1FB

Tints of Blue Chalk #F1D1FB

Color information

#F1D1FB (or 0xF1D1FB) is unknown color: approx Blue Chalk. HEX triplet: F1, D1 and FB. RGB value is (241,209,251). Sum of RGB (Red+Green+Blue) = 241+209+251=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D1FB is #0E2E04. Grayscale: #DFDFDF. Windows color (decimal): -929285 or 16503281. OLE color: 16503281.

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

Color convert

RGB241209251-
CMYK0.040.1700.02
HSL285.71º84%90.2%-
HSV(B)285.71º16.73%98.43%-
XYZ76.4971.27100.99-
YUV223.36143.6140.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.38%
GREEN value IS 209 (82.03% from 255) = 29.81%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=34.38%
G=29.81%
B=35.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412092510.040.1700.02285.718490.2
HexF1D1FB4110211e545a
Octal36132137342102436124132
Binary1111000111010001111110111001000101010001111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D1FB; }

 p { color: rgb(241,209,251); }

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

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

 a { background-color: rgb(241,209,251); }

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

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

 span { border-color: rgb(241,209,251); }

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