Html Css Color HEX #F1F3F2 Lily White

📋 copy color: '#F1F3F2'

red 241 ◦ green 243 ◦ blue 242

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

Shades of Lily White #F1F3F2

Tints of Lily White #F1F3F2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.47%

 BLUE value IS 242 (94.92% from 255) = 33.33%

R = 33.2%
G = 33.47%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F1F3F2 (or 0xF1F3F2) is known color: Lily White. HEX triplet: F1, F3 and F2. RGB value is (241,243,242). Sum of RGB (Red+Green+Blue) = 241+243+242=726 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.20% from 726); Green value is 243 (95.31% from 255 or 33.47% from 726); Blue value is 242 (94.92% from 255 or 33.33% from 726); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F3F2 is #0E0C0D. Grayscale: #F2F2F2. Windows color (decimal): -920590 or 15922161. OLE color: 15922161.

HSL color Cylindrical-coordinate representation of color #F1F3F2: hue angle of 150º degrees, saturation: 0.08, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F1F3F2 is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 243 242 -
CMYK 0.01 0 0.00 0.05
HSL 150º 0.08% 0.95% -
HSV(B) 150º 0.01% 0.95% -
XYZ 84.35 89.21 96.78 -
YUV 242.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 241 243 242 0.01 0 0.00 0.05 150 0.08 0.95
Hex F1 F3 F2 1 0 0 5 96 8 5F
Octal 361 363 362 1 0 0 5 226 10 137
Binary 11110001 11110011 11110010 1 0 0 101 10010110 1000 1011111

Color Harmonies of #F1F3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F3F2

Black with #F1F3F2

Text Example


Text Example

White with #F1F3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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