#F1FAF3

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

Shades of Dew #F1FAF3

Tints of Dew #F1FAF3

Color information

#F1FAF3 (or 0xF1FAF3) is unknown color: approx Dew. HEX triplet: F1, FA and F3. RGB value is (241,250,243). Sum of RGB (Red+Green+Blue) = 241+250+243=734 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.83% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 243 (95.31% from 255 or 33.11% from 734); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAF3 is #0E050C. Grayscale: #F6F6F6. Windows color (decimal): -918797 or 15989489. OLE color: 15989489.

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

Color convert

RGB241250243-
CMYK0.0400.030.02
HSL133.33º47.37%96.27%-
HSV(B)133.33º3.6%98.04%-
XYZ86.6493.5498.28-
YUV246.51126.02124.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.83%
GREEN value IS 250 (98.05% from 255) = 34.06%
BLUE value IS 243 (95.31% from 255) = 33.11%
R=32.83%
G=34.06%
B=33.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502430.0400.030.02133.3347.3796.27
HexF1FAF34032852f60
Octal361372363403220557140
Binary11110001111110101111001110001110100001011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAF3; }

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

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

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

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

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

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

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

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