#F4FAF1

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

Shades of Panache #F4FAF1

Tints of Panache #F4FAF1

Color information

#F4FAF1 (or 0xF4FAF1) is unknown color: approx Panache. HEX triplet: F4, FA and F1. RGB value is (244,250,241). Sum of RGB (Red+Green+Blue) = 244+250+241=735 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.20% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 241 (94.53% from 255 or 32.79% from 735); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FAF1 is #0B050E. Grayscale: #F7F7F7. Windows color (decimal): -722191 or 15858420. OLE color: 15858420.

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

Color convert

RGB244250241-
CMYK0.0200.040.02
HSL100º47.37%96.27%-
HSV(B)100º3.6%98.04%-
XYZ87.3793.9696.75-
YUV247.18124.51125.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.20%
GREEN value IS 250 (98.05% from 255) = 34.01%
BLUE value IS 241 (94.53% from 255) = 32.79%
R=33.20%
G=34.01%
B=32.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442502410.0200.040.0210047.3796.27
HexF4FAF12042642f60
Octal364372361204214457140
Binary1111010011111010111100011001001011001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAF1; }

 p { color: rgb(244,250,241); }

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

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

 a { background-color: rgb(244,250,241); }

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

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

 span { border-color: rgb(244,250,241); }

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