#F5FAF1

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

Shades of Panache #F5FAF1

Tints of Panache #F5FAF1

Color information

#F5FAF1 (or 0xF5FAF1) is unknown color: approx Panache. HEX triplet: F5, FA and F1. RGB value is (245,250,241). Sum of RGB (Red+Green+Blue) = 245+250+241=736 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.29% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 241 (94.53% from 255 or 32.74% from 736); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAF1 is #0A050E. Grayscale: #F7F7F7. Windows color (decimal): -656655 or 15858421. OLE color: 15858421.

HSL color Cylindrical-coordinate representation of color #F5FAF1: hue angle of 93.33º 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 #F5FAF1 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB245250241-
CMYK0.0200.040.02
HSL93.33º47.37%96.27%-
HSV(B)93.33º3.6%98.04%-
XYZ87.7294.1396.77-
YUV247.48124.34126.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.29%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 241 (94.53% from 255) = 32.74%
R=33.29%
G=33.97%
B=32.74%

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
Decimal2452502410.0200.040.0293.3347.3796.27
HexF5FAF120425d2f60
Octal365372361204213557140
Binary1111010111111010111100011001001010111011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAF1; }

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

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

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

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

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

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

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

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