Html Css Color HEX #F1FDCB Snow Flurry

📋 copy color: '#F1FDCB'

red 241 ◦ green 253 ◦ blue 203

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

Shades of Snow Flurry #F1FDCB

Tints of Snow Flurry #F1FDCB

RGB

 RED value IS 241 (94.53% from 255) = 34.58%

 GREEN value IS 253 (99.22% from 255) = 36.3%

 BLUE value IS 203 (79.69% from 255) = 29.12%

R = 34.58%
G = 36.3%
B = 29.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#F1FDCB (or 0xF1FDCB) is known color: Snow Flurry. HEX triplet: F1, FD and CB. RGB value is (241,253,203). Sum of RGB (Red+Green+Blue) = 241+253+203=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDCB is #0E0234. Grayscale: #F3F3F3. Windows color (decimal): -918069 or 13368817. OLE color: 13368817.

HSL color Cylindrical-coordinate representation of color #F1FDCB: hue angle of 74.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1FDCB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 253 203 -
CMYK 0.05 0 0.20 0.01
HSL 74.4º 0.93% 0.89% -
HSV(B) 74.4º 0.2% 0.99% -
XYZ 82.18 93.26 70.17 -
YUV 243.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 241 253 203 0.05 0 0.20 0.01 74.4 0.93 0.89
Hex F1 FD CB 5 0 14 1 4A 5D 59
Octal 361 375 313 5 0 24 1 112 135 131
Binary 11110001 11111101 11001011 101 0 10100 1 1001010 1011101 1011001

Color Harmonies of #F1FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FDCB

Black with #F1FDCB

Text Example


Text Example

White with #F1FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FDCB; }

 p { color: rgb(241,253,203); }

 H1.HeaderClassName
 {
   color: #F1FDCB;
 }
 .AnyTagClassName
 {
   color: #F1FDCB;
 }
</style>

background-color css

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

 a { background-color: rgb(241,253,203); }

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

border-color css

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

 span { border-color: rgb(241,253,203); }

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