#F1FFCF

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

Shades of Snow Flurry #F1FFCF

Tints of Snow Flurry #F1FFCF

Color information

#F1FFCF (or 0xF1FFCF) is unknown color: approx Snow Flurry. HEX triplet: F1, FF and CF. RGB value is (241,255,207). Sum of RGB (Red+Green+Blue) = 241+255+207=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFCF is #0E0030. Grayscale: #F5F5F5. Windows color (decimal): -917553 or 13631473. OLE color: 13631473.

HSL color Cylindrical-coordinate representation of color #F1FFCF: hue angle of 77.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1FFCF is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB241255207-
CMYK0.0500.190
HSL77.5º100%90.59%-
HSV(B)77.5º18.82%100%-
XYZ83.394.7372.93-
YUV245.34106.36124.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.28%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 207 (81.25% from 255) = 29.45%
R=34.28%
G=36.27%
B=29.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552070.0500.19077.510090.59
HexF1FFCF501304e645b
Octal36137731750230116144133
Binary1111000111111111110011111010100110100111011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFCF; }

 p { color: rgb(241,255,207); }

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

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

 a { background-color: rgb(241,255,207); }

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

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

 span { border-color: rgb(241,255,207); }

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