Html Css Color HEX #F1FFCF Snow Flurry

📋 copy color: '#F1FFCF'

red 241 ◦ green 255 ◦ blue 207

#F1FFCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #F1FFCF

Tints of Snow Flurry #F1FFCF

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 value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#F1FFCF (or 0xF1FFCF) is known color: 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

RGB 241 255 207 -
CMYK 0.05 0 0.19 0
HSL 77.5º 1% 0.91% -
HSV(B) 77.5º 0.19% 1% -
XYZ 83.3 94.73 72.93 -
YUV 245.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 241 255 207 0.05 0 0.19 0 77.5 1 0.91
Hex F1 FF CF 5 0 13 0 4E 64 5B
Octal 361 377 317 5 0 23 0 116 144 133
Binary 11110001 11111111 11001111 101 0 10011 0 1001110 1100100 1011011

Color Harmonies of #F1FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FFCF

Black with #F1FFCF

Text Example


Text Example

White with #F1FFCF

Text Example


Text Example

HTML Codes & Css Web 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>