#F1DBFB

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

Shades of Blue Chalk #F1DBFB

Tints of Blue Chalk #F1DBFB

Color information

#F1DBFB (or 0xF1DBFB) is unknown color: approx Blue Chalk. HEX triplet: F1, DB and FB. RGB value is (241,219,251). Sum of RGB (Red+Green+Blue) = 241+219+251=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBFB is #0E2404. Grayscale: #E5E5E5. Windows color (decimal): -926725 or 16505841. OLE color: 16505841.

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

Color convert

RGB241219251-
CMYK0.040.1300.02
HSL281.25º80%92.16%-
HSV(B)281.25º12.75%98.43%-
XYZ79.0276.33101.83-
YUV229.23140.29136.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 219 (85.94% from 255) = 30.80%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=33.90%
G=30.80%
B=35.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412192510.040.1300.02281.258092.16
HexF1DBFB4D02119505c
Octal36133337341502431120134
Binary111100011101101111111011100110101010001100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DBFB; }

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

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

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

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

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

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

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

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