Html Css Color HEX #F1F5EF Panache

📋 copy color: '#F1F5EF'

red 241 ◦ green 245 ◦ blue 239

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

Shades of Panache #F1F5EF

Tints of Panache #F1F5EF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.79%

 BLUE value IS 239 (93.75% from 255) = 32.97%

R = 33.24%
G = 33.79%
B = 32.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F1F5EF (or 0xF1F5EF) is known color: Panache. HEX triplet: F1, F5 and EF. RGB value is (241,245,239). Sum of RGB (Red+Green+Blue) = 241+245+239=725 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.24% from 725); Green value is 245 (96.09% from 255 or 33.79% from 725); Blue value is 239 (93.75% from 255 or 32.97% from 725); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F5EF is #0E0A10. Grayscale: #F3F3F3. Windows color (decimal): -920081 or 15726065. OLE color: 15726065.

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

Color convert

RGB 241 245 239 -
CMYK 0.02 0 0.02 0.04
HSL 100º 0.23% 0.95% -
HSV(B) 100º 0.02% 0.96% -
XYZ 84.51 90.24 94.62 -
YUV 243.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 241 245 239 0.02 0 0.02 0.04 100 0.23 0.95
Hex F1 F5 EF 2 0 2 4 64 17 5F
Octal 361 365 357 2 0 2 4 144 27 137
Binary 11110001 11110101 11101111 10 0 10 100 1100100 10111 1011111

Color Harmonies of #F1F5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F5EF

Black with #F1F5EF

Text Example


Text Example

White with #F1F5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F5EF; }

 p { color: rgb(241,245,239); }

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

background-color css

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

 a { background-color: rgb(241,245,239); }

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

border-color css

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

 span { border-color: rgb(241,245,239); }

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