#FAFEF7

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

Shades of Panache #FAFEF7

Tints of Panache #FAFEF7

Color information

#FAFEF7 (or 0xFAFEF7) is unknown color: approx Panache. HEX triplet: FA, FE and F7. RGB value is (250,254,247). Sum of RGB (Red+Green+Blue) = 250+254+247=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 254 (99.61% from 255 or 33.82% from 751); Blue value is 247 (96.88% from 255 or 32.89% from 751); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEF7 is #050108. Grayscale: #FCFCFC. Windows color (decimal): -327945 or 16252666. OLE color: 16252666.

HSL color Cylindrical-coordinate representation of color #FAFEF7: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FAFEF7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB250254247-
CMYK0.0200.030.00
HSL94.29º77.78%98.24%-
HSV(B)94.29º2.76%99.61%-
XYZ91.6597.92102.07-
YUV252.01125.17126.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.29%
GREEN value IS 254 (99.61% from 255) = 33.82%
BLUE value IS 247 (96.88% from 255) = 32.89%
R=33.29%
G=33.82%
B=32.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542470.0200.030.0094.2977.7898.24
HexFAFEF720305e4e62
Octal3723763672030136116142
Binary111110101111111011110111100110101111010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEF7; }

 p { color: rgb(250,254,247); }

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

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

 a { background-color: rgb(250,254,247); }

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

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

 span { border-color: rgb(250,254,247); }

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